Deploy CLI - how to exclude client redirect URL's

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?

– Bill

Hi @bill.white,

Thanks for reaching out to the Auth0 Community!

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.

The same can be done for the application’s redirect URL or any other setting you would like to retain on the importing Tenant.

Hoped this helps!

Please let me know if you have any further questions.

Thank you.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.