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

Method CustomDomainUpdate

internal/display/custom_domain.go:127–130  ·  view source on GitHub ↗
(customDomain *management.CustomDomain)

Source from the content-addressed store, hash-verified

125}
126
127func (r *Renderer) CustomDomainUpdate(customDomain *management.CustomDomain) {
128 r.Heading("custom domain updated")
129 r.Result(makeCustomDomainView(customDomain))
130}
131
132func (r *Renderer) CustomDomainDefaultShow(defaultDomain *management.CustomDomain) {
133 r.Heading("default custom domain")

Callers 1

updateCustomDomainCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeCustomDomainViewFunction · 0.85

Tested by

no test coverage detected