mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
|
|
NAME
|
||
|
|
gcloud alpha deploy rollouts - create and manage Rollout resources for
|
||
|
|
Google Cloud Deploy
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha deploy rollouts COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) Create and manage Rollout 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:
|
||
|
|
|
||
|
|
approve
|
||
|
|
(ALPHA) Approves a rollout having an Approval state of "Required".
|
||
|
|
|
||
|
|
describe
|
||
|
|
(ALPHA) Show details for a rollout.
|
||
|
|
|
||
|
|
list
|
||
|
|
(ALPHA) List the rollouts.
|
||
|
|
|
||
|
|
reject
|
||
|
|
(ALPHA) Rejects a rollout having an Approval state of "Required".
|
||
|
|
|
||
|
|
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 rollouts
|
||
|
|
|
||
|
|
$ gcloud beta deploy rollouts
|
||
|
|
|