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

Method ActionCreate

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

Source from the content-addressed store, hash-verified

73}
74
75func (r *Renderer) ActionCreate(action *management.Action) {
76 r.Heading("action created")
77 r.Result(makeActionView(action))
78}
79
80func (r *Renderer) ActionUpdate(action *management.Action) {
81 r.Heading("action updated")

Callers 1

createActionCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeActionViewFunction · 0.85

Tested by

no test coverage detected