doctl-databases-*: add page (#10882)

* doctl-databases-*: add page

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Kicka5h
2023-10-12 04:32:49 -07:00
committed by GitHub
parent a793fa6777
commit 7e3e0bdc1d
9 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# doctl databases options
> Enable the navigation of available options under each database engine.
> More information: <https://docs.digitalocean.com/reference/doctl/reference/databases/options>.
- Run a `doctl databases options` command with an access token:
`doctl databases options {{command}} --access-token {{access_token}}`
- Retrieve a list of the available database engines:
`doctl databases options engines`
- Retrieve a list of the available regions for a given database engine:
`doctl databases options regions --engine {{pg|mysql|redis|mongodb}}`
- Retrieve a list of the available slugs for a given database engine:
`doctl databases options slugs --engine {{pg|mysql|redis|mongodb}}`
- Retrieve a list of the available versions for a given database engine:
`doctl databases options versions --engine {{pg|mysql|redis|mongodb}}`