mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
43 lines
955 B
Text
43 lines
955 B
Text
NAME
|
|
gcloud run jobs executions tasks - view and manage your Cloud Run jobs
|
|
tasks
|
|
|
|
SYNOPSIS
|
|
gcloud run jobs executions tasks COMMAND [--region=REGION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
This set of commands can be used to view and manage your Cloud Run jobs
|
|
tasks.
|
|
|
|
EXAMPLES
|
|
To list your existing tasks for an execution, run:
|
|
|
|
$ gcloud run jobs executions tasks list --execution my_execution
|
|
|
|
FLAGS
|
|
--region=REGION
|
|
Region in which the resource can be found. Alternatively, set the
|
|
property [run/region].
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
describe
|
|
Obtain details about tasks.
|
|
|
|
list
|
|
List tasks.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha run jobs executions tasks
|
|
|
|
$ gcloud beta run jobs executions tasks
|
|
|