2022-09-14 09:28:28 +00:00
|
|
|
NAME
|
2023-09-13 10:32:10 +00:00
|
|
|
gcloud alpha deploy job-runs - manages job runs resources for Cloud Deploy
|
2022-09-14 09:28:28 +00:00
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
gcloud alpha deploy job-runs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
2023-09-13 10:32:10 +00:00
|
|
|
(ALPHA) Manages job runs resources for Cloud Deploy.
|
2022-09-14 09:28:28 +00:00
|
|
|
|
|
|
|
|
GCLOUD WIDE FLAGS
|
|
|
|
|
These flags are available to all commands: --help.
|
|
|
|
|
|
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
|
|
|
|
|
|
COMMANDS
|
|
|
|
|
COMMAND is one of the following:
|
|
|
|
|
|
|
|
|
|
describe
|
|
|
|
|
(ALPHA) Show details for a job run.
|
|
|
|
|
|
|
|
|
|
list
|
|
|
|
|
(ALPHA) List the job runs.
|
|
|
|
|
|
2023-03-29 10:40:15 +00:00
|
|
|
terminate
|
|
|
|
|
(ALPHA) Terminates a Cloud Deploy job run.
|
|
|
|
|
|
2022-09-14 09:28:28 +00:00
|
|
|
NOTES
|
|
|
|
|
This command is currently in alpha and might change without notice. If this
|
|
|
|
|
command fails with API permission errors despite specifying the correct
|
|
|
|
|
project, you might be trying to access an API with an invitation-only early
|
|
|
|
|
access allowlist. These variants are also available:
|
|
|
|
|
|
|
|
|
|
$ gcloud deploy job-runs
|
|
|
|
|
|
|
|
|
|
$ gcloud beta deploy job-runs
|
|
|
|
|
|