Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

29
doctl-databases-options Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`