actions
, branding
, client grants
, clients (applications)
, connections
, custom domains
, email templates
, emails
, grants
, guardian
, hook secrets
, log streams
, migrations
, organizations
, pages
, prompts
, resource servers (APIs)
, roles
, tenant settings
, themes
.
npm install -g auth0-deploy-cli
read:clients
, but it’s recommended to select read:*
, create:*
, and update:*
permissions for all resource types within management purview. To enable deletions, you delete:*
scopes.
config.json
).AUTH0_DOMAIN
AUTH0_CLIENT_ID
AUTH0_CLIENT_SECRET
export
command can be run with the following command:
a0deploy export --format=yaml --output_folder=local
Once the process completes, observe the resource configuration files generated in the local directory. Then, run the import
command to push the configuration from your local machine to your Auth0 tenant:
a0deploy import --config_file=config.json --input_file local/tenant.yaml
For a comprehensive list of flags and options, please read Use as CLI.