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
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ SYNOPSIS
|
|||
[--container-env=[CONTAINER_ENV,...]]
|
||||
[--container-run-as-user=CONTAINER_RUN_AS_USER]
|
||||
[--container-working-dir=CONTAINER_WORKING_DIR]
|
||||
[--disable-public-ip-addresses] [--disable-tcp-connections]
|
||||
[--enable-audit-agent] [--enable-confidential-compute]
|
||||
[--enable-nested-virtualization]
|
||||
[--disable-public-ip-addresses] [--disable-ssh-to-vm]
|
||||
[--disable-tcp-connections] [--enable-audit-agent]
|
||||
[--enable-confidential-compute] [--enable-nested-virtualization]
|
||||
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
|
||||
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
|
||||
[--network-tags=[NETWORK_TAGS,...]]
|
||||
|
|
@ -87,7 +87,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property workstations/cluster.
|
||||
|
||||
--region=REGION
|
||||
The location for the config.
|
||||
The region for the config.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument config on the command line with a fully
|
||||
|
|
@ -136,6 +136,10 @@ FLAGS
|
|||
Default value is false. If set, instances will have no public IP
|
||||
address.
|
||||
|
||||
--disable-ssh-to-vm
|
||||
Default value is False. If set, workstations will disable SSH
|
||||
connections to the root VM.
|
||||
|
||||
--disable-tcp-connections
|
||||
Default value is false. If set, workstations will not allow plain TCP
|
||||
connections.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud workstations configs list - list workstation configurations
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workstations configs list (--cluster=CLUSTER : --region=REGION)
|
||||
gcloud workstations configs list [--cluster=CLUSTER --region=REGION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud workstations configs list
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
Cluster resource - The cluster of the configurations 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
|
||||
|
|
@ -23,19 +23,18 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --cluster on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property workstations/cluster with a fully specified name;
|
||||
◆ default is all clusters with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--cluster=CLUSTER
|
||||
ID of the cluster or fully qualified identifier for the cluster.
|
||||
|
||||
To set the cluster attribute:
|
||||
▸ provide the argument --cluster on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
▸ provide the argument --cluster on the command line;
|
||||
▸ set the property workstations/cluster;
|
||||
▸ default is all clusters .
|
||||
|
||||
--region=REGION
|
||||
The name of the region of the cluster.
|
||||
|
|
@ -43,8 +42,12 @@ REQUIRED FLAGS
|
|||
To set the region attribute:
|
||||
▸ provide the argument --cluster on the command line with a fully
|
||||
specified name;
|
||||
▸ set the property workstations/cluster with a fully specified
|
||||
name;
|
||||
▸ default is all clusters 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
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ SYNOPSIS
|
|||
[--shielded-vtpm]
|
||||
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
|
||||
| --container-predefined-image=CONTAINER_PREDEFINED_IMAGE]
|
||||
[--disable-ssh-to-vm | --enable-ssh-to-vm]
|
||||
[--disable-tcp-connections | --enable-tcp-connections]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -75,7 +76,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property workstations/cluster.
|
||||
|
||||
--region=REGION
|
||||
The location for the config.
|
||||
The region for the config.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument config on the command line with a fully
|
||||
|
|
@ -228,6 +229,16 @@ FLAGS
|
|||
webstorm
|
||||
WebStorm
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-ssh-to-vm
|
||||
Default value is False. If set, workstations will enable SSH
|
||||
connections to the root VM.
|
||||
|
||||
--enable-ssh-to-vm
|
||||
Default value is False. If set, workstations will enable SSH
|
||||
connections to the root VM.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-tcp-connections
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud workstations list-usable
|
||||
(--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-usable
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
Config resource - The group of arguments defining a config 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 can be
|
||||
|
|
@ -24,37 +24,38 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --config on the command line 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 cluster for the config.
|
||||
|
||||
To set the cluster attribute:
|
||||
▸ provide the argument --config on the command line 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;
|
||||
▸ default is all configs.
|
||||
|
||||
--region=REGION
|
||||
The location for the config.
|
||||
The region for the config.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument --config on the command line 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
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property workstations/config.
|
||||
|
||||
--region=REGION
|
||||
The location for the workstation.
|
||||
The region for the workstation.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument workstation on the command line with a fully
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property workstations/config.
|
||||
|
||||
--region=REGION
|
||||
The location for the workstation.
|
||||
The region for the workstation.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument workstation on the command line with a fully
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property workstations/config.
|
||||
|
||||
--region=REGION
|
||||
The location for the workstation.
|
||||
The region for the workstation.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument workstation on the command line with a fully
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property workstations/config.
|
||||
|
||||
--region=REGION
|
||||
The location for the workstation.
|
||||
The region for the workstation.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument workstation on the command line with a fully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue