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

Method OrganizationUpdate

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

Source from the content-addressed store, hash-verified

72}
73
74func (r *Renderer) OrganizationUpdate(organization *management.Organization) {
75 r.Heading("organization updated")
76 r.Result(makeOrganizationView(organization))
77}
78
79func makeOrganizationView(organization *management.Organization) *organizationView {
80 accentColor := ""

Callers 1

updateOrganizationCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeOrganizationViewFunction · 0.85

Tested by

no test coverage detected