MCPcopy Create free account
hub / github.com/auth0/auth0-cli / updateLogStreamCmd

Function updateLogStreamCmd

internal/cli/log_streams.go:177–193  ·  view source on GitHub ↗
(cli *cli)

Source from the content-addressed store, hash-verified

175}
176
177func updateLogStreamCmd(cli *cli) *cobra.Command {
178 cmd := &cobra.Command{
179 Use: "update",
180 Short: "Update an existing log stream",
181 Long: "Log Streaming allows you to export your events in near real-time.",
182 }
183
184 cmd.SetUsageTemplate(resourceUsageTemplate())
185 cmd.AddCommand(updateLogStreamsAmazonEventBridgeCmd(cli))
186 cmd.AddCommand(updateLogStreamsAzureEventGridCmd(cli))
187 cmd.AddCommand(updateLogStreamsCustomWebhookCmd(cli))
188 cmd.AddCommand(updateLogStreamsDatadogCmd(cli))
189 cmd.AddCommand(updateLogStreamsSplunkCmd(cli))
190 cmd.AddCommand(updateLogStreamsSumoLogicCmd(cli))
191
192 return cmd
193}
194
195func deleteLogStreamCmd(cli *cli) *cobra.Command {
196 cmd := &cobra.Command{

Callers 1

logStreamsCmdFunction · 0.85

Tested by

no test coverage detected