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

Function formatAppSettingsPath

internal/cli/apps.go:969–974  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

967}
968
969func formatAppSettingsPath(id string) string {
970 if len(id) == 0 {
971 return ""
972 }
973 return fmt.Sprintf("applications/%s/settings", id)
974}
975
976func apiTypeFor(v string) string {
977 switch strings.ToLower(v) {

Callers 3

printClientDetailsFunction · 0.85
openAppCmdFunction · 0.85

Calls

no outgoing calls

Tested by 1