mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
46 lines
1 KiB
Text
46 lines
1 KiB
Text
NAME
|
|
gcloud dataflow jobs - a group of subcommands for working with Dataflow
|
|
jobs
|
|
|
|
SYNOPSIS
|
|
gcloud dataflow jobs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
A group of subcommands for working with Dataflow jobs.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
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.
|
|
|
|
update-options
|
|
Update pipeline options on-the-fly for running Dataflow jobs.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha dataflow jobs
|
|
|
|
$ gcloud beta dataflow jobs
|
|
|