mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
31 lines
594 B
Text
31 lines
594 B
Text
|
|
NAME
|
||
|
|
gcloud deploy job-runs - manages job runs resources for Google Cloud Deploy
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud deploy job-runs COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Manages job runs resources for Google Cloud Deploy.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
describe
|
||
|
|
Show details for a job run.
|
||
|
|
|
||
|
|
list
|
||
|
|
List the job runs.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha deploy job-runs
|
||
|
|
|
||
|
|
$ gcloud beta deploy job-runs
|
||
|
|
|