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

Method CustomDomainShow

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

Source from the content-addressed store, hash-verified

115}
116
117func (r *Renderer) CustomDomainShow(customDomain *management.CustomDomain) {
118 r.Heading("custom domain")
119 r.Result(makeCustomDomainView(customDomain))
120}
121
122func (r *Renderer) CustomDomainCreate(customDomain *management.CustomDomain) {
123 r.Heading("custom domain created")

Callers 2

showCustomDomainCmdFunction · 0.80
verifyCustomDomainCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeCustomDomainViewFunction · 0.85

Tested by

no test coverage detected