-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow retrieving and updating database cluster configuration #1354
Comments
Would like to pick this up. Please assign ! |
Hi, I have a few queries The I think the same question applies of updating the config as well. Thanks ! |
Ping ! @danaelhe @jnoordsij |
That's a great question! We're thinking to pass in an For update the config, to avoid having to pass in a lot of flags, it would be better to just accept JSON. |
Thought of raising separate PRs for each subcommand. Will be doing it from this account -> https://github.com/titanventura |
Partially solved in #1430 by adding implemmentation for |
What is the problem this feature would solve? Please describe.
In the DO API docs, I found that it is possible to retrieve database cluster configuration and also to update it. However, using the API directly is somewhat cumbersome.
Describe the solution you'd like
It would be great to have a
doctl
to do this, e.g.doctl databases configuration get <database-id>
. The output would probably be JSON, or maybe could be formatted with a flag. For setting the input should probably also be JSON?The text was updated successfully, but these errors were encountered: