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

gcloud: Wed Mar 5 10:41:25 UTC 2025

This commit is contained in:
Automated 2025-03-05 10:41:25 +00:00
parent a597993b2e
commit 6dc93282df
279 changed files with 4198 additions and 801 deletions

View file

@ -8,7 +8,9 @@ SYNOPSIS
(--image=IMAGE | --env=[ENV,...]
--flex-template-base-image=FLEX_TEMPLATE_BASE_IMAGE
--image-gcr-path=IMAGE_GCR_PATH (--go-binary-path=GO_BINARY_PATH
| --jar=[JAR,...] | --py-path=[PY_PATH,...]))
| --jar=[JAR,...] | --py-path=[PY_PATH,...])
| [--yaml-pipeline-path=YAML_PIPELINE_PATH
: --yaml-image=YAML_IMAGE])
[--additional-experiments=[ADDITIONAL_EXPERIMENTS,...]]
[--additional-user-labels=[ADDITIONAL_USER_LABELS,...]]
[--cloud-build-service-account=CLOUD_BUILD_SERVICE_ACCOUNT]
@ -63,7 +65,7 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--sdk-language=SDK_LANGUAGE
SDK language of the flex template job. SDK_LANGUAGE must be one of:
JAVA, PYTHON, GO.
JAVA, PYTHON, GO, YAML.
Exactly one of these must be specified:
@ -125,6 +127,17 @@ REQUIRED FLAGS
--py-path flag. Ex: --py-path="path/pipleline/,path/dependency/" or
--py-path path/pipleline/, --py-path path/dependency/.
--yaml-pipeline-path=YAML_PIPELINE_PATH
Local path to your YAML pipeline file. Use a full or relative path to
a local file containing the value of yaml_pipeline_path.
This flag argument must be specified if any of the other arguments in
this group are specified.
--yaml-image=YAML_IMAGE
Path to the any image registry location of the prebuilt yaml template
image.
OPTIONAL FLAGS
--additional-experiments=[ADDITIONAL_EXPERIMENTS,...]
Default experiments to pass to the job.

View file

@ -11,6 +11,8 @@ SYNOPSIS
[--service-account-email=SERVICE_ACCOUNT_EMAIL]
[--staging-location=STAGING_LOCATION] [--subnetwork=SUBNETWORK]
[--worker-machine-type=WORKER_MACHINE_TYPE]
[[--[no-]update
: --transform-name-mappings=[TRANSFORM_NAME_MAPPINGS,...]]]
[--worker-region=WORKER_REGION | --worker-zone=WORKER_ZONE
| --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
@ -74,6 +76,13 @@ OPTIONAL FLAGS
--worker-machine-type=WORKER_MACHINE_TYPE
The type of machine to use for workers. Defaults to server-specified.
--[no-]update
Set this to true for streaming update jobs. Use --update to enable and
--no-update to disable.
--transform-name-mappings=[TRANSFORM_NAME_MAPPINGS,...]
Transform name mappings for the streaming update job.
Worker location options.
At most one of these can be specified: