Last active
October 6, 2022 19:05
-
-
Save kangasta/1380a52060041be14adcddacce435898 to your computer and use it in GitHub Desktop.
Example output for spf13/cobra #1822
Manage databases
upctl database [flags]
db
| Option | Description |
|---|---|
--help, -h |
help for database Default: false |
| Option | Description |
|---|---|
--client-timeout, -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output, -o |
Output format (supported: json, yaml and human) Default: human |
| Command | Description |
|---|---|
| upctl | UpCloud CLI |
| upctl database connection | Manage database connections |
| upctl database delete | Delete a database |
| upctl database list | List current databases |
| upctl database plans | List available plans for given database type |
| upctl database show | Show database details |
| upctl database start | Start on a managed database |
| upctl database stop | Stop a managed database |
| upctl database types | List available database types |
Manage databases
upctl database [flags]
-h, --help help for database
-t, --client-timeout duration Client timeout to use in API calls.
--config string Configuration file path.
--debug Print out more verbose debug logs.
--force-colours[=true] Force coloured output despite detected terminal support.
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
-o, --output string Output format (supported: json, yaml and human) (default "human")
- upctl - UpCloud CLI
- upctl database connection - Manage database connections
- upctl database delete - Delete a database
- upctl database list - List current databases
- upctl database plans - List available plans for given database type
- upctl database show - Show database details
- upctl database start - Start on a managed database
- upctl database stop - Stop a managed database
- upctl database types - List available database types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment