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

Function formatLogStreamSettingsPath

internal/cli/log_streams.go:276–281  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

274}
275
276func formatLogStreamSettingsPath(id string) string {
277 if len(id) == 0 {
278 return ""
279 }
280 return fmt.Sprintf("log-streams/%s/settings", id)
281}
282
283func (c *cli) allLogStreamsPickerOptions(ctx context.Context) (pickerOptions, error) {
284 logStreams, err := c.api.LogStream.List(ctx)

Callers 1

openLogStreamsCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected