Any way to create or list database connections from the CLI? #1210
Replies: 5 comments
-
|
Hi @stephan-erickson, thanks for raising this. The Auth0 CLI does not currently support database connection CRUD. |
Beta Was this translation helpful? Give feedback.
-
|
Just wanted to come and give this issue a bump for visibility. Adding this feature to the CLI would be very helpful! Would a PR from the community implementing this feature be accepted? |
Beta Was this translation helpful? Give feedback.
-
|
cc @sergiughf ^ |
Beta Was this translation helpful? Give feedback.
-
|
Hey @mstallmo, @stephan-erickson, appreciate you folks raising visibility around this. We don't currently plan on adding this feature to the cli right now, but contributions are more than welcome. We'll review them together and collaborate on getting them to the finish line:) so please feel free to give it a try. |
Beta Was this translation helpful? Give feedback.
-
|
Hey folks 👋🏻 , We recently added a new command 🧰
📖 Docs for this command: https://auth0.github.io/auth0-cli/auth0_api.html Although it doesn't offer first class support for managing database connections, you could use it as an alternative to manage database connections through the cli until we have a more dedicated command for them. For example to create a database connection: Feedback is much appreciate for this new command 🙏🏻 Let us know if you encounter any issues with it. We'll keep this issue open however until we are able to add a dedicated first class command to manage db connections. Thanks for your patience! ❤️ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you'd like to have solved
It seems I should be able to create a new database connection from CLI. Maybe I am missing details in the documentation?
Describe the ideal solution
auth0 dbconnection create
auth0 dbconnection list
auth0 dbconnection delete
Alternatives and current work-arounds
na
Additional context
na
Beta Was this translation helpful? Give feedback.
All reactions