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

Method Deploy

internal/auth0/action.go:51–51  ·  view source on GitHub ↗

Deploy an action. See: https://auth0.com/docs/api/management/v2/#!/Actions/post_deploy_action

(ctx context.Context, id string, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

49 //
50 // See: https://auth0.com/docs/api/management/v2/#!/Actions/post_deploy_action
51 Deploy(ctx context.Context, id string, opts ...management.RequestOption) (v *management.ActionVersion, err error)
52
53 // Versions lists versions of an action.
54 //

Callers 2

TestActionsDeployCmdFunction · 0.65
deployActionCmdFunction · 0.65

Implementers 2

MockActionAPIinternal/auth0/mock/action_mock.go
MockActionAPIMockRecorderinternal/auth0/mock/action_mock.go

Calls

no outgoing calls

Tested by 1

TestActionsDeployCmdFunction · 0.52