mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
68 lines
1.9 KiB
Text
68 lines
1.9 KiB
Text
NAME
|
|
gcloud alpha deploy - create and manage Cloud Deploy resources
|
|
|
|
SYNOPSIS
|
|
gcloud alpha deploy GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) 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
|
|
(ALPHA) Manages AutomationRuns resources for Cloud Deploy.
|
|
|
|
automations
|
|
(ALPHA) Manages Automations resources for Cloud Deploy.
|
|
|
|
custom-target-types
|
|
(ALPHA) Create and manage Custom Target Type resources for Cloud
|
|
Deploy.
|
|
|
|
delivery-pipelines
|
|
(ALPHA) Create and manage Delivery Pipeline resources for Cloud Deploy.
|
|
|
|
job-runs
|
|
(ALPHA) Manages job runs resources for Cloud Deploy.
|
|
|
|
releases
|
|
(ALPHA) Create and manage Release resources for Cloud Deploy.
|
|
|
|
rollouts
|
|
(ALPHA) Create and manage Rollout resources for Cloud Deploy.
|
|
|
|
targets
|
|
(ALPHA) Create and manage Target resources for Cloud Deploy.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
apply
|
|
(ALPHA) Applies a yaml configuration containing Delivery Pipeline(s),
|
|
Target(s), Custom Target Type(s), and Automation(s) declarative
|
|
definitions.
|
|
|
|
delete
|
|
(ALPHA) Deletes Delivery Pipeline(s), Target(s), Custom Target Type(s),
|
|
and Automation(s) in a yaml configuration.
|
|
|
|
get-config
|
|
(ALPHA) Get the Cloud Deploy config for the provided region and
|
|
project.
|
|
|
|
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
|
|
|
|
$ gcloud beta deploy
|
|
|