mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
38 lines
879 B
Text
38 lines
879 B
Text
NAME
|
|
gcloud batch - manage Batch resources
|
|
|
|
SYNOPSIS
|
|
gcloud batch GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The gcloud batch command group lets you submit Batch jobs and manipulate
|
|
Batch jobs and tasks.
|
|
|
|
With Batch, you can utilize the fully managed service to schedule, queue,
|
|
and execute batch jobs on Google's infrastructure.
|
|
|
|
For more information about Batch, see the Batch overview
|
|
(https://cloud.google.com/batch) and the Batch documentation
|
|
(https://cloud.google.com/batch/docs/).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
jobs
|
|
Manage Batch job resources.
|
|
|
|
tasks
|
|
Manage Batch task resources.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha batch
|
|
|
|
$ gcloud beta batch
|
|
|