Is there a tool that allows coping an app & app settings from one tenant (DEV) to another (PROD)?
Thanks
Is there a tool that allows coping an app & app settings from one tenant (DEV) to another (PROD)?
Thanks
Hi @randerson1,
Welcome to the Auth0 Community!
You can use the Deploy CLI tool to export the application from DEV tenent and import it into the PROD tenant.
Ref: Deploy CLI Tool
Hope this helps!