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

Method OrganizationCreate

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

Source from the content-addressed store, hash-verified

67}
68
69func (r *Renderer) OrganizationCreate(organization *management.Organization) {
70 r.Heading("organization created")
71 r.Result(makeOrganizationView(organization))
72}
73
74func (r *Renderer) OrganizationUpdate(organization *management.Organization) {
75 r.Heading("organization updated")

Callers 1

createOrganizationCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeOrganizationViewFunction · 0.85

Tested by

no test coverage detected