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

Function formatOrganizationDetailsPath

internal/cli/organizations.go:850–855  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

848}
849
850func formatOrganizationDetailsPath(id string) string {
851 if len(id) == 0 {
852 return ""
853 }
854 return fmt.Sprintf("organizations/%s/overview", id)
855}
856
857func getWithPagination(
858 limit int,

Callers 1

openOrganizationCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected