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

Method ActionDeploy

internal/display/actions.go:85–88  ·  view source on GitHub ↗
(action *management.Action)

Source from the content-addressed store, hash-verified

83}
84
85func (r *Renderer) ActionDeploy(action *management.Action) {
86 r.Heading("action deployed")
87 r.Result(makeActionView(action))
88}
89
90func makeActionView(action *management.Action) *actionView {
91 var triggers = make([]string, 0, len(action.SupportedTriggers))

Callers 1

deployActionCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeActionViewFunction · 0.85

Tested by

no test coverage detected