1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Tue Nov 18 10:53:36 UTC 2025

This commit is contained in:
Automated 2025-11-18 10:53:36 +00:00
parent 4b21ae6795
commit e1ec13485a
380 changed files with 16045 additions and 783 deletions

View file

@ -30,7 +30,8 @@ SYNOPSIS
[--service-account=SERVICE_ACCOUNT]
[--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--vm-tags=[VM_TAGS,...]]
[--shielded-vtpm] [--startup-script-uri=STARTUP_SCRIPT_URI]
[--vm-tags=[VM_TAGS,...]]
[--accelerator-count=ACCELERATOR_COUNT
: --accelerator-type=ACCELERATOR_TYPE]
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
@ -429,6 +430,15 @@ FLAGS
--shielded-vtpm
Default value is false. If set, instances will have vTPM enabled.
--startup-script-uri=STARTUP_SCRIPT_URI
Link to the startup script stored in Cloud Storage. The script is
executed on the workstation VM after it is booted.
Example:
$ gcloud beta workstations configs create \
--startup-script-uri gs://{bucket-name}/{object-name}
--vm-tags=[VM_TAGS,...]
Resource manager tags to be bound to the instance. Tag keys and values
have the same definition as

View file

@ -23,7 +23,8 @@ SYNOPSIS
[--running-timeout=RUNNING_TIMEOUT] [--service-account=SERVICE_ACCOUNT]
[--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--vm-tags=[VM_TAGS,...]]
[--shielded-vtpm] [--startup-script-uri=STARTUP_SCRIPT_URI]
[--vm-tags=[VM_TAGS,...]]
[--accelerator-count=ACCELERATOR_COUNT
: --accelerator-type=ACCELERATOR_TYPE]
[--allow-unauthenticated-cors-preflight-requests
@ -345,6 +346,15 @@ FLAGS
--shielded-vtpm
Default value is false. If set, instances will have vTPM enabled.
--startup-script-uri=STARTUP_SCRIPT_URI
Link to the startup script stored in Cloud Storage. The script is
executed on the workstation VM after it is booted.
Example:
$ gcloud beta workstations configs update \
--startup-script-uri gs://{bucket-name}/{object-name}
--vm-tags=[VM_TAGS,...]
Resource manager tags to be bound to the instance. Tag keys and values
have the same definition as