Auth0 Deployment CLI Setup

Run below command

npm install -g auth0-deploy-cli
  1. Create a new config.json file to connect to auth0 and add Auth0 Domain, Client ID etc.
  2. To export the changes from Auth0 to local file, use command
  3. To import the changes from local file to Auth0 tenant, use command

Scroll to Top