mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
60 lines
1.5 KiB
Text
60 lines
1.5 KiB
Text
NAME
|
|
gcloud beta deploy - create and manage Cloud Deploy resources
|
|
|
|
SYNOPSIS
|
|
gcloud beta deploy GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Create and manage 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:
|
|
|
|
automation-runs
|
|
(BETA) Manages AutomationRuns resources for Cloud Deploy.
|
|
|
|
automations
|
|
(BETA) Manages Automations resources for Cloud Deploy.
|
|
|
|
delivery-pipelines
|
|
(BETA) Create and manage Delivery Pipeline resources for Cloud Deploy.
|
|
|
|
job-runs
|
|
(BETA) Manages job runs resources for Cloud Deploy.
|
|
|
|
releases
|
|
(BETA) Create and manage Release resources for Cloud Deploy.
|
|
|
|
rollouts
|
|
(BETA) Create and manage Rollout resources for Cloud Deploy.
|
|
|
|
targets
|
|
(BETA) Create and manage Target resources for Cloud Deploy.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
apply
|
|
(BETA) Applies a yaml configuration containing Delivery Pipeline(s),
|
|
Target(s) and Automation(s) declarative definitions.
|
|
|
|
delete
|
|
(BETA) Deletes delivery pipeline(s) and target(s) in a yaml
|
|
configuration.
|
|
|
|
get-config
|
|
(BETA) Get the Cloud Deploy config for the provided region and project.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud deploy
|
|
|
|
$ gcloud alpha deploy
|
|
|