mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Sat Feb 17 10:15:37 UTC 2024
This commit is contained in:
parent
3efce28165
commit
5bf6fb3fc0
84 changed files with 3111 additions and 661 deletions
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud workstations clusters list - list workstation clusters
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workstations clusters list --region=REGION [--filter=EXPRESSION]
|
||||
gcloud workstations clusters list [--region=REGION] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud workstations clusters list
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
Region resource - The region of the clusters to display. This represents a
|
||||
Cloud resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
|
@ -22,16 +22,18 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --region on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property workstations/region with a fully specified name;
|
||||
◆ default is all regions with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--region=REGION
|
||||
ID of the region or fully qualified identifier for the region.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument --region on the command line.
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property workstations/region;
|
||||
▸ default is all regions .
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue