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

gcloud: Thu Jun 27 09:38:12 UTC 2024

This commit is contained in:
Automated 2024-06-27 09:38:12 +00:00
parent fb3e2aa33b
commit 9cd336cae4
60 changed files with 1726 additions and 122 deletions

View file

@ -5,6 +5,7 @@ SYNOPSIS
gcloud dataflow yaml run JOB_NAME
(--yaml-pipeline=YAML_PIPELINE
| --yaml-pipeline-file=YAML_PIPELINE_FILE)
[--jinja-variables=JSON_OBJECT]
[--pipeline-options=[OPTIONS=VALUE;OPTION=VALUE,...]]
[--region=REGION_ID] [GCLOUD_WIDE_FLAG ...]
@ -32,6 +33,9 @@ REQUIRED FLAGS
file or a URL beginning with 'gs://'.)
OPTIONAL FLAGS
--jinja-variables=JSON_OBJECT
Jinja2 variables to be used in reifying the yaml.
--pipeline-options=[OPTIONS=VALUE;OPTION=VALUE,...]
Pipeline options to pass to the job.