|
| 1 | +## ovhcloud cloud database-service database list |
| 2 | + |
| 3 | +List all databases in the given database service |
| 4 | + |
| 5 | +``` |
| 6 | +ovhcloud cloud database-service database list <cluster_id> [flags] |
| 7 | +``` |
| 8 | + |
| 9 | +### Options |
| 10 | + |
| 11 | +``` |
| 12 | + --filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax |
| 13 | + Examples: |
| 14 | + --filter 'state="running"' |
| 15 | + --filter 'name=~"^my.*"' |
| 16 | + --filter 'nested.property.subproperty>10' |
| 17 | + --filter 'startDate>="2023-12-01"' |
| 18 | + --filter 'name=~"something" && nbField>10' |
| 19 | + -h, --help help for list |
| 20 | +``` |
| 21 | + |
| 22 | +### Options inherited from parent commands |
| 23 | + |
| 24 | +``` |
| 25 | + --cloud-project string Cloud project ID |
| 26 | + -d, --debug Activate debug mode (will log all HTTP requests details) |
| 27 | + -f, --format string Output value according to given format (expression using https://github.com/PaesslerAG/gval syntax) |
| 28 | + Examples: |
| 29 | + --format 'id' (to extract a single field) |
| 30 | + --format 'nested.field.subfield' (to extract a nested field) |
| 31 | + --format '[id, 'name']' (to extract multiple fields as an array) |
| 32 | + --format '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object) |
| 33 | + --format 'name+","+type' (to extract and concatenate fields in a string) |
| 34 | + --format '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields) |
| 35 | + -e, --ignore-errors Ignore errors in API calls when it is not fatal to the execution |
| 36 | + -i, --interactive Interactive output |
| 37 | + -j, --json Output in JSON |
| 38 | + -y, --yaml Output in YAML |
| 39 | +``` |
| 40 | + |
| 41 | +### SEE ALSO |
| 42 | + |
| 43 | +* [ovhcloud cloud database-service database](ovhcloud_cloud_database-service_database.md) - Manage databases in a specific database service |
| 44 | + |
0 commit comments