mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 09:25:44 +00:00
gcloud: Wed Jul 23 10:59:14 UTC 2025
This commit is contained in:
parent
fe3a430c1d
commit
0acbd64d02
208 changed files with 2473 additions and 622 deletions
|
|
@ -5,9 +5,11 @@ SYNOPSIS
|
|||
gcloud dataflow yaml run JOB_NAME
|
||||
(--yaml-pipeline=YAML_PIPELINE
|
||||
| --yaml-pipeline-file=YAML_PIPELINE_FILE)
|
||||
[--jinja-variables=JSON_OBJECT]
|
||||
[--jinja-variables=JSON_OBJECT] [--network=NETWORK]
|
||||
[--pipeline-options=[OPTIONS=VALUE;OPTION=VALUE,...]]
|
||||
[--region=REGION_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
[--region=REGION_ID] [--subnetwork=SUBNETWORK]
|
||||
[--template-file-gcs-location=TEMPLATE_FILE_GCS_LOCATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Runs a job from the specified YAML description or Cloud Storage path.
|
||||
|
|
@ -36,12 +38,24 @@ OPTIONAL FLAGS
|
|||
--jinja-variables=JSON_OBJECT
|
||||
Jinja2 variables to be used in reifying the yaml.
|
||||
|
||||
--network=NETWORK
|
||||
Compute Engine network for launching worker instances to run the
|
||||
pipeline. If not set, the default network is used.
|
||||
|
||||
--pipeline-options=[OPTIONS=VALUE;OPTION=VALUE,...]
|
||||
Pipeline options to pass to the job.
|
||||
|
||||
--region=REGION_ID
|
||||
Region ID of the job's regional endpoint. Defaults to 'us-central1'.
|
||||
|
||||
--subnetwork=SUBNETWORK
|
||||
Compute Engine subnetwork for launching worker instances to run the
|
||||
pipeline. If not set, the default subnetwork is used.
|
||||
|
||||
--template-file-gcs-location=TEMPLATE_FILE_GCS_LOCATION
|
||||
Google Cloud Storage location of the YAML template to run. (Must be a
|
||||
URL beginning with 'gs://'.)
|
||||
|
||||
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