gcloud dataflow jobs - a group of subcommands for working with Dataflow jobs
gcloud dataflow jobs COMMAND [GCLOUD_WIDE_FLAG ...]
A group of subcommands for working with Dataflow jobs.
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- cancel
Cancels all jobs that match the command line arguments.
- describe
Outputs the Job object resulting from the Get API.
- drain
Drains all jobs that match the command line arguments.
- list
Lists all jobs in a particular project, optionally filtered by region.
- run
Runs a job from the specified path.
- show
Shows a short description of the given job.
These variants are also available:
$ gcloud alpha dataflow jobs
$ gcloud beta dataflow jobs