mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jun 2 08:41:25 UTC 2022
This commit is contained in:
parent
5b5ff68a0d
commit
82063cbb03
153 changed files with 3508 additions and 223 deletions
|
|
@ -15,6 +15,12 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta alloydb backups list --region=us-central1
|
||||
|
||||
Use the --format flag to customize the fields that are outputted. For
|
||||
example, to list backups with their names and sizes, run:
|
||||
|
||||
$ gcloud beta alloydb backups list --region=us-central1 \
|
||||
--format="table(name, size_bytes)"
|
||||
|
||||
FLAGS
|
||||
--region=REGION; default="-"
|
||||
Regional location (e.g. asia-east1, us-east1). See the full list of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue