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

Method CustomDomainCreate

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

Source from the content-addressed store, hash-verified

120}
121
122func (r *Renderer) CustomDomainCreate(customDomain *management.CustomDomain) {
123 r.Heading("custom domain created")
124 r.Result(makeCustomDomainView(customDomain))
125}
126
127func (r *Renderer) CustomDomainUpdate(customDomain *management.CustomDomain) {
128 r.Heading("custom domain updated")

Callers 1

createCustomDomainCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeCustomDomainViewFunction · 0.85

Tested by

no test coverage detected