1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 13 09:56:21 UTC 2024

This commit is contained in:
Automated 2024-03-13 09:56:22 +00:00
parent 7f632e0c5d
commit 75379bf68b
273 changed files with 9390 additions and 532 deletions

View file

@ -10,9 +10,10 @@ SYNOPSIS
[--container-env=[CONTAINER_ENV,...]]
[--container-run-as-user=CONTAINER_RUN_AS_USER]
[--container-working-dir=CONTAINER_WORKING_DIR]
[--disable-public-ip-addresses] [--disable-ssh-to-vm]
[--disable-tcp-connections] [--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]
[--ephemeral-directory=[PROPERTY=VALUE,...]]
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
[--network-tags=[NETWORK_TAGS,...]]
@ -136,10 +137,6 @@ 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 disable SSH connections to
the root VM.
--disable-tcp-connections
Default value is false. If set, workstations don't allow plain TCP
connections.
@ -157,6 +154,9 @@ FLAGS
Default value is false. If set, instances will have nested
virtualization enabled.
--ephemeral-directory=[PROPERTY=VALUE,...]
Ephemeral directory which won't persist across workstation sessions.
--idle-timeout=IDLE_TIMEOUT; default=7200
How long (in seconds) to wait before automatically stopping an instance
that hasn't received any user traffic. A value of 0 indicates that this

View file

@ -21,7 +21,6 @@ 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 ...]
@ -229,14 +228,6 @@ FLAGS
webstorm
WebStorm
At most one of these can be specified:
--disable-ssh-to-vm
If set, workstations disable SSH connections to the root VM.
--enable-ssh-to-vm
If set, workstations enable SSH connections to the root VM.
At most one of these can be specified:
--disable-tcp-connections