1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 08:27:05 +00:00

gcloud: Wed May 8 09:17:12 UTC 2024

This commit is contained in:
Automated 2024-05-08 09:17:12 +00:00
parent 48fac7efd4
commit e8259d86b1
110 changed files with 1686 additions and 651 deletions

View file

@ -44,7 +44,7 @@ GROUPS
(BETA) A group of subcommands for working with Dataflow SQL.
yaml
(BETA) A group of subcommands for launching beam yaml jobs on Dataflow.
(BETA) A group of subcommands for launching Beam YAML jobs on Dataflow.
NOTES
This command is currently in beta and might change without notice. These

View file

@ -1,12 +1,12 @@
NAME
gcloud beta dataflow yaml - a group of subcommands for launching beam yaml
gcloud beta dataflow yaml - a group of subcommands for launching Beam YAML
jobs on Dataflow
SYNOPSIS
gcloud beta dataflow yaml COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) A group of subcommands for launching beam yaml jobs on Dataflow.
(BETA) A group of subcommands for launching Beam YAML jobs on Dataflow.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -20,5 +20,8 @@ COMMANDS
(BETA) Runs a job from the specified path.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud dataflow yaml

View file

@ -9,10 +9,11 @@ SYNOPSIS
[--region=REGION_ID] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Runs a job from the specified yaml description or gcs path.
(BETA) Runs a job from the specified YAML description or Cloud Storage
path.
EXAMPLES
To run a job from yaml, run:
To run a job from YAML, run:
$ gcloud beta dataflow yaml run my-job \
--yaml-pipeline-file=gs://yaml-path --region=europe-west1
@ -25,10 +26,10 @@ REQUIRED FLAGS
Exactly one of these must be specified:
--yaml-pipeline=YAML_PIPELINE
Inline definition of the yaml pipeline to run.
Inline definition of the YAML pipeline to run.
--yaml-pipeline-file=YAML_PIPELINE_FILE
Path of a file defining the yaml pipeline to run. (Must be a local
Path of a file defining the YAML pipeline to run. (Must be a local
file or a URL beginning with 'gs://'.)
OPTIONAL FLAGS
@ -47,5 +48,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud dataflow yaml run