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

Method OrganizationShow

internal/display/organizations.go:64–67  ·  view source on GitHub ↗
(organization *management.Organization)

Source from the content-addressed store, hash-verified

62}
63
64func (r *Renderer) OrganizationShow(organization *management.Organization) {
65 r.Heading("organization")
66 r.Result(makeOrganizationView(organization))
67}
68
69func (r *Renderer) OrganizationCreate(organization *management.Organization) {
70 r.Heading("organization created")

Callers 1

showOrganizationCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeOrganizationViewFunction · 0.85

Tested by

no test coverage detected