mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud workstations list
|
||||
(--config=CONFIG : --cluster=CLUSTER --region=REGION)
|
||||
[--cluster=CLUSTER --config=CONFIG --region=REGION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud workstations list
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
Config resource - The configuration of the workstations to display. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
|
|
@ -24,28 +24,30 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --config on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property workstations/config with a fully specified name;
|
||||
◆ default is all configs with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--config=CONFIG
|
||||
ID of the config or fully qualified identifier for the config.
|
||||
|
||||
To set the config attribute:
|
||||
▸ provide the argument --config on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--cluster=CLUSTER
|
||||
The name of the cluster containing the config.
|
||||
|
||||
To set the cluster attribute:
|
||||
▸ provide the argument --config on the command line with a fully
|
||||
specified name;
|
||||
▸ set the property workstations/config with a fully specified name;
|
||||
▸ default is all configs with a fully specified name;
|
||||
▸ provide the argument --cluster on the command line;
|
||||
▸ set the property workstations/cluster.
|
||||
▸ set the property workstations/cluster;
|
||||
▸ default is all clusters .
|
||||
|
||||
--config=CONFIG
|
||||
ID of the config or fully qualified identifier for the config.
|
||||
|
||||
To set the config attribute:
|
||||
▸ provide the argument --config on the command line;
|
||||
▸ set the property workstations/config;
|
||||
▸ default is all configs .
|
||||
|
||||
--region=REGION
|
||||
The name of the region of the config.
|
||||
|
|
@ -53,8 +55,11 @@ REQUIRED FLAGS
|
|||
To set the region attribute:
|
||||
▸ provide the argument --config on the command line with a fully
|
||||
specified name;
|
||||
▸ set the property workstations/config with a fully specified name;
|
||||
▸ default is all configs with a fully specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property workstations/region.
|
||||
▸ 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