I am using deploy-cli to propagate changes from one tenant to another but I want to exclude database from the deployment.
I tried to add to “config.json” these keys but all failed “AUTH0_EXCLUDED_DATABASE-CONNECTIONS”, "AUTH0_EXCLUDED_DATABASE’, “AUTH0_EXCLUDED_CONNECTIONS”
What is the valid key I need to exclude database connection from my import?
Hi @AAbdelwahed, Welcome to the Auth0 Community!
On my side I can see the following configuration works in the config.json file:
“AUTH0_EXCLUDED_DATABASES” : [“Name of the DB connection”]
I think you are missing just one character.