mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -11,8 +11,9 @@ SYNOPSIS
|
|||
[--container-env=[CONTAINER_ENV,...]]
|
||||
[--container-run-as-user=CONTAINER_RUN_AS_USER]
|
||||
[--container-working-dir=CONTAINER_WORKING_DIR]
|
||||
[--disable-public-ip-addresses] [--enable-audit-agent]
|
||||
[--enable-confidential-compute] [--enable-nested-virtualization]
|
||||
[--disable-public-ip-addresses] [--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,...]]
|
||||
|
|
@ -139,6 +140,10 @@ FLAGS
|
|||
Default value is false. If set, instances will have no public IP
|
||||
address.
|
||||
|
||||
--disable-tcp-connections
|
||||
Default value is false. If set, workstations will not allow plain TCP
|
||||
connections.
|
||||
|
||||
--enable-audit-agent
|
||||
Whether to enable Linux auditd logging on the workstation. When
|
||||
enabled, a service account must also be specified that has
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ SYNOPSIS
|
|||
: --accelerator-type=ACCELERATOR_TYPE]
|
||||
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
|
||||
| --container-predefined-image=CONTAINER_PREDEFINED_IMAGE]
|
||||
[--disable-tcp-connections | --enable-tcp-connections]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -243,6 +244,16 @@ FLAGS
|
|||
webstorm
|
||||
WebStorm
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-tcp-connections
|
||||
Default value is false. If set, workstations will allow plain TCP
|
||||
connections.
|
||||
|
||||
--enable-tcp-connections
|
||||
Default value is false. If set, workstations will allow plain TCP
|
||||
connections.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue