mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
51 lines
1.2 KiB
Text
51 lines
1.2 KiB
Text
NAME
|
|
gcloud beta dataflow jobs - a group of subcommands for working with
|
|
Dataflow jobs
|
|
|
|
SYNOPSIS
|
|
gcloud beta dataflow jobs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) 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
|
|
(BETA) Cancels all jobs that match the command line arguments.
|
|
|
|
describe
|
|
(BETA) Outputs the Job object resulting from the Get API.
|
|
|
|
drain
|
|
(BETA) Drains all jobs that match the command line arguments.
|
|
|
|
export-steps
|
|
(BETA) Exports information about the steps for the given job.
|
|
|
|
list
|
|
(BETA) Lists all jobs in a particular project, optionally filtered by
|
|
region.
|
|
|
|
run
|
|
(BETA) Runs a job from the specified path.
|
|
|
|
show
|
|
(BETA) Shows a short description of the given job.
|
|
|
|
update-options
|
|
(BETA) Update pipeline options on-the-fly for running Dataflow jobs.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud dataflow jobs
|
|
|
|
$ gcloud alpha dataflow jobs
|
|
|