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

Method ActionUpdate

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

Source from the content-addressed store, hash-verified

78}
79
80func (r *Renderer) ActionUpdate(action *management.Action) {
81 r.Heading("action updated")
82 r.Result(makeActionView(action))
83}
84
85func (r *Renderer) ActionDeploy(action *management.Action) {
86 r.Heading("action deployed")

Callers 1

updateActionCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeActionViewFunction · 0.85

Tested by

no test coverage detected