|
| 1 | +## stackit sqlserverflex database list |
| 2 | + |
| 3 | +Lists all SQLServer Flex databases |
| 4 | + |
| 5 | +### Synopsis |
| 6 | + |
| 7 | +Lists all SQLServer Flex databases. |
| 8 | + |
| 9 | +``` |
| 10 | +stackit sqlserverflex database list [flags] |
| 11 | +``` |
| 12 | + |
| 13 | +### Examples |
| 14 | + |
| 15 | +``` |
| 16 | + List all SQLServer Flex databases of instance with ID "xxx" |
| 17 | + $ stackit sqlserverflex database list --instance-id xxx |
| 18 | +
|
| 19 | + List all SQLServer Flex databases of instance with ID "xxx" in JSON format |
| 20 | + $ stackit sqlserverflex database list --instance-id xxx --output-format json |
| 21 | +
|
| 22 | + List up to 10 SQLServer Flex databases of instance with ID "xxx" |
| 23 | + $ stackit sqlserverflex database list --instance-id xxx --limit 10 |
| 24 | +``` |
| 25 | + |
| 26 | +### Options |
| 27 | + |
| 28 | +``` |
| 29 | + -h, --help Help for "stackit sqlserverflex database list" |
| 30 | + --instance-id string SQLServer Flex instance ID |
| 31 | + --limit int Maximum number of entries to list |
| 32 | +``` |
| 33 | + |
| 34 | +### Options inherited from parent commands |
| 35 | + |
| 36 | +``` |
| 37 | + -y, --assume-yes If set, skips all confirmation prompts |
| 38 | + --async If set, runs the command asynchronously |
| 39 | + -o, --output-format string Output format, (one of: [json, pretty, none, yaml]) |
| 40 | + -p, --project-id string Project ID |
| 41 | + --region string Target region for region-specific requests |
| 42 | + --verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info") |
| 43 | +``` |
| 44 | + |
| 45 | +### SEE ALSO |
| 46 | + |
| 47 | +* [stackit sqlserverflex database](./stackit_sqlserverflex_database.md) - Provides functionality for SQLServer Flex databases |
| 48 | + |
0 commit comments