When deploying from our preprod tenant to the production tenant, I want to avoid overwriting every application’s redirect URL, callback URL, etc. and keep the values currently in each production application.
What syntax would I use to exclude these URL’s using Deploy CLI?
To avoid overwriting your application’s callback URL, you’ll need to remove the lines of code referencing the callbacks from your application in the tenant.yaml file. See below.