LinuxCommandLibrary

doctl-databases-options

Enable the navigation of available options under each database engine.

TLDR

Run a doctl databases options command with an access token

$ doctl databases options [command] --access-token [access_token]
copy


Retrieve a list of the available database engines
$ doctl databases options engines
copy


Retrieve a list of the available regions for a given database engine
$ doctl databases options regions --engine [pg|mysql|redis|mongodb]
copy


Retrieve a list of the available slugs for a given database engine
$ doctl databases options slugs --engine [pg|mysql|redis|mongodb]
copy


Retrieve a list of the available versions for a given database engine
$ doctl databases options versions --engine [pg|mysql|redis|mongodb]
copy

Copied to clipboard