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

Method ApplicationShow

internal/display/apps.go:175–178  ·  view source on GitHub ↗
(client *management.Client, revealSecrets bool)

Source from the content-addressed store, hash-verified

173}
174
175func (r *Renderer) ApplicationShow(client *management.Client, revealSecrets bool) {
176 r.Heading("application")
177 r.Result(makeApplicationView(client, revealSecrets))
178}
179
180func (r *Renderer) ApplicationCreate(client *management.Client, revealSecrets bool) {
181 r.Heading("application created")

Callers 1

showAppCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeApplicationViewFunction · 0.85

Tested by

no test coverage detected