mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Mar 12 10:54:38 UTC 2025
This commit is contained in:
parent
6dc93282df
commit
a459a88a5f
152 changed files with 2634 additions and 1748 deletions
|
|
@ -3,8 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute snapshots list [NAME ...] [--regexp=REGEXP, -r REGEXP]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
[--global | --regions=[REGION,...]] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute snapshots list displays all Google Compute
|
||||
|
|
@ -35,6 +36,15 @@ FLAGS
|
|||
|
||||
Flag --regexp is deprecated. Use --filter="name~'REGEXP'" instead.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If provided, only global resources are shown.
|
||||
|
||||
--regions=[REGION,...]
|
||||
If provided, only regional resources are shown. If arguments are
|
||||
provided, only resources from the given regions are shown.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue