I’m currently working on managing database connections in Auth0, and I want to know if it’s possible to export and import these connections using the Auth0 CLI or Management API.
After using the Deploy CLI I noticed it imported my applications and setting to my staging Tenant, however the database connections are missing.
I am curious about the following:
- Can I export existing database connection settings?
- Is there a way to import these settings into another Auth0 tenant or environment?
- What CLI commands or API endpoints should I be looking at for this task?
Thank you in advance!