1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Jan 8 10:03:00 UTC 2025

This commit is contained in:
Automated 2025-01-08 10:03:00 +00:00
parent 52290f76fe
commit 5a9f5ff67e
161 changed files with 2678 additions and 414 deletions

View file

@ -14,10 +14,11 @@ 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]
[--enable-ssh-to-vm] [--ephemeral-directory=[PROPERTY=VALUE,...]]
[--disable-localhost-replacement] [--disable-public-ip-addresses]
[--disable-ssh-to-vm] [--disable-tcp-connections]
[--enable-audit-agent] [--enable-confidential-compute]
[--enable-nested-virtualization] [--enable-ssh-to-vm]
[--ephemeral-directory=[PROPERTY=VALUE,...]]
[--grant-workstation-admin-role-on-create]
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
@ -231,6 +232,13 @@ FLAGS
--container-working-dir=CONTAINER_WORKING_DIR
If set, overrides the default DIR specified by the image.
--disable-localhost-replacement
By default, the workstations service replaces references to localhost,
127.0.0.1, and 0.0.0.0 with the workstation's hostname in http
responses from the workstation so that applications under development
run properly on the workstation. This may intefere with some
applications, and so this option allows that behavior to be disabled.
--disable-public-ip-addresses
Default value is false. If set, instances will have no public IP
address.

View file

@ -29,6 +29,7 @@ SYNOPSIS
| --disallow-unauthenticated-cors-preflight-requests]
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
| --container-predefined-image=CONTAINER_PREDEFINED_IMAGE]
[--disable-localhost-replacement | --enable-localhost-replacement]
[--disable-ssh-to-vm | --enable-ssh-to-vm]
[--disable-tcp-connections | --enable-tcp-connections]
[GCLOUD_WIDE_FLAG ...]
@ -370,6 +371,20 @@ FLAGS
webstorm
WebStorm
At most one of these can be specified:
--disable-localhost-replacement
By default, the workstations service replaces references to
localhost, 127.0.0.1, and 0.0.0.0 with the workstation's hostname in
http responses from the workstation so that applications under
development run properly on the workstation. This may intefere with
some applications, and so this option allows that behavior to be
disabled.
--enable-localhost-replacement
If set, requires that all requests to the workstation are
authenticated.
At most one of these can be specified:
--disable-ssh-to-vm