mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -14,7 +14,11 @@ SYNOPSIS
|
|||
: --kms-keyring=KMS_KEYRING --kms-location=KMS_LOCATION
|
||||
--kms-project=KMS_PROJECT] --no-enable-internet-access
|
||||
--network=NETWORK [--subnetwork=SUBNETWORK
|
||||
: --subnetwork-region=SUBNETWORK_REGION]] [GCLOUD_WIDE_FLAG ...]
|
||||
: --subnetwork-region=SUBNETWORK_REGION]
|
||||
--post-startup-script=POST_STARTUP_SCRIPT
|
||||
--post-startup-script-behavior=POST_STARTUP_SCRIPT_BEHAVIOR
|
||||
--post-startup-script-url=POST_STARTUP_SCRIPT_URL
|
||||
--set-env-vars=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a Colab Enterprise runtime template, a VM configuration for
|
||||
|
|
@ -212,6 +216,25 @@ OPTIONAL FLAGS
|
|||
fully specified name;
|
||||
◇ provide the argument --subnetwork-region on the command line.
|
||||
|
||||
The software configuration of the runtime template.
|
||||
|
||||
--post-startup-script=POST_STARTUP_SCRIPT
|
||||
Post startup script in raw string to execute on the runtime.
|
||||
|
||||
--post-startup-script-behavior=POST_STARTUP_SCRIPT_BEHAVIOR
|
||||
The behavior of the post startup script. The default if passing a
|
||||
post-startup-script-url is RUN_ONCE. POST_STARTUP_SCRIPT_BEHAVIOR
|
||||
must be one of: POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED, RUN_ONCE,
|
||||
RUN_EVERY_START, DOWNLOAD_AND_RUN_EVERY_START.
|
||||
|
||||
--post-startup-script-url=POST_STARTUP_SCRIPT_URL
|
||||
Post startup script URL to execute on the runtime. This can be a
|
||||
public or private Google Cloud Storage object. In the form of
|
||||
gs://bucket/object or https://storage.googleapis.com/bucket/object.
|
||||
|
||||
--set-env-vars=[KEY=VALUE,...]
|
||||
Set environment variables used by the runtime.
|
||||
|
||||
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