auth0 actions diff
Show code difference between two versions of an Actions
Usage
auth0 actions diff [action-id] [flags]
Examples
auth0 actions diff
auth0 actions diff <action-id>
auth0 actions diff <action-id> --version1 2 --version2 3
Flags
--version1 int First version number (baseline) to compare.
--version2 int Second version number to compare against.
Inherited Flags
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 actions create - Create a new action
- auth0 actions delete - Delete an action
- auth0 actions deploy - Deploy an action
- auth0 actions diff - Show diff between two versions of an Actions
- auth0 actions list - List your actions
- auth0 actions modules - Manage action modules
- auth0 actions open - Open the settings page of an action
- auth0 actions show - Show an action
- auth0 actions update - Update an action