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
> Manage your MySQL, Redis, PostgreSQL, and MongoDB database services.
> More information: <https://docs.digitalocean.com/reference/doctl/reference/databases>.
- Run a `doctl databases` command with an access token:
`doctl databases {{command}} --access-token {{access_token}}`
- Get details for a database cluster:
`doctl databases get`
- List your database clusters:
`doctl databases list`
- Create a database cluster:
`doctl databases create {{database_name}}`
- Delete a cluster:
`doctl databases delete {{database_id}}`