mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
|
|
NAME
|
||
|
|
gcloud beta deploy - create and manage Google Cloud Deploy resources
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta deploy GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) Create and manage Google Cloud Deploy resources.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
GROUPS
|
||
|
|
GROUP is one of the following:
|
||
|
|
|
||
|
|
delivery-pipelines
|
||
|
|
(BETA) Create and manage Delivery Pipeline resources for Google Cloud
|
||
|
|
Deploy.
|
||
|
|
|
||
|
|
releases
|
||
|
|
(BETA) Create and manage Release resources for Google Cloud Deploy.
|
||
|
|
|
||
|
|
rollouts
|
||
|
|
(BETA) Create and manage Rollout resources for Google Cloud Deploy.
|
||
|
|
|
||
|
|
targets
|
||
|
|
(BETA) Create and manage Target resources for Google Cloud Deploy.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
apply
|
||
|
|
(BETA) Applies a yaml configuration containing Deliver Pipeline(s),
|
||
|
|
Target(s) declarative definitions.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(BETA) Deletes delivery pipeline(s) and target(s) in a yaml
|
||
|
|
configuration.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud deploy
|
||
|
|
|
||
|
|
$ gcloud alpha deploy
|
||
|
|
|