Hi all.
I have almost finished my project for work which involves getting my team to make Auth0 changes through the Deploy CLI, pushing their autogenerated files to our ADO repo and then getting the pipeline I made to deploy this to the tenants.
It is looking good so far as I managed to get the pipeline to deploy to the staging tenant although I haven’t yet been authorised by our Test Manager to try the Dev/Prod ones yet.
In any case, I am confused by something: when you do the import command, what does ‘–config_file’ do?
I put in a line into the YAML pipeline file that says ‘a0deploy import --config_file=tenant/config-staging.json --input_file=tenant.yaml’ . I know this line makes it so the pipeline accesses the tenant.yaml file and therefore knows to deploy that config, but what exactly is ‘config_file=tenant/config-staging.json’ doing? What does it do and why does it need to be there? Do I need to change it for the deployments to the other tenants?