In this article, we will see how to setup the Auth0 Deploy CLI. Don’t confuse Deploy CLI to Auth0 CLI which has different purpose.
Deploy CLI lets you export the configurations from your tenant to your local file system. You can modify them as needed in your local and push it to another tenant using import commands.
npm install -g auth0-deploy-cli
Verify theat installation is successful by executing
a0deploy --version
