| layout | default |
|---|---|
| parent | auth0 actions |
| has_toc | false |
Before an action can be bound to a flow, the action must be deployed.
The selected action will be deployed and added to the collection of available actions for flows. Additionally, a new draft version of the deployed action will be created for future editing. Because secrets and dependencies are tied to versions, any saved secrets or dependencies will be available to the new draft.
auth0 actions deploy [flags]
auth0 actions deploy
auth0 actions deploy <action-id>
auth0 actions deploy <action-id> --json
--json Output in json format.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
- auth0 actions create - Create a new action
- auth0 actions delete - Delete an action
- auth0 actions deploy - Deploy an action
- auth0 actions list - List your actions
- auth0 actions open - Open the settings page of an action
- auth0 actions show - Show an action
- auth0 actions update - Update an action