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

Function apiUsageTemplate

internal/cli/api.go:103–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func apiUsageTemplate() string {
104 return fmt.Sprintf(
105 `%s
106 %s
107
108%s
109 %s
110
111%s`,
112 ansi.Bold("Auth0 Management API Docs:"),
113 apiDocsURL,
114 ansi.Bold("Available Methods:"),
115 strings.ToLower(strings.Join(apiValidMethods, ", ")),
116 resourceUsageTemplate(),
117 )
118}
119
120func apiCmdRun(cli *cli, inputs *apiCmdInputs) func(cmd *cobra.Command, args []string) error {
121 return func(cmd *cobra.Command, args []string) error {

Callers 1

apiCmdFunction · 0.85

Calls 2

BoldFunction · 0.92
resourceUsageTemplateFunction · 0.85

Tested by

no test coverage detected