digitalocean / digitalocean/doctl

Allow retrieving and updating database cluster configuration

Open
#1,354 6 comments 0 reactions 0 assignees View on GitHub
api-parity hacktoberfest suggestion
Dominant language
Go
Stars
3.4k
Forks
496
Avg merge
1d 2h
Merged PRs (30d)
31

Description

**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](https://docs.digitalocean.com/reference/api/api-reference/#operation/databases_get_config) and also to [update it](https://docs.digitalocean.com/reference/api/api-reference/#operation/databases_patch_config). 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 `. The output would probably be JSON, or maybe could be formatted with a flag. For setting the input should probably also be JSON?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.