Stack
- auth0-deploy-cli: 7.3.1
- Nodejs:
16.13.0&14.16.1
Objective
Importing/Exporting different tenants (dev, staging) configuration from same project.
Issue
By default, the tool merges with your current environment variables and overrides the
config.jsonfile (which has the same top key). You can use the--no-envoption to disable the override via the command line.
I tried to use --no-env but without success, from your codebase in src/args.js the only options define for yargs are debug and proxy_url.
cf: args.js
Workaround
It’s not ideal but working so far, I had to put a .env in each tenant folder to override the root one.
Those .env have the same keys as in my config.json