mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 00:18:35 +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
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue