2022-03-01 04:29:52 +00:00
|
|
|
NAME
|
2023-09-13 10:32:10 +00:00
|
|
|
gcloud alpha deploy - create and manage Cloud Deploy resources
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
gcloud alpha deploy GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
2023-09-13 10:32:10 +00:00
|
|
|
(ALPHA) Create and manage Cloud Deploy resources.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
GCLOUD WIDE FLAGS
|
|
|
|
|
These flags are available to all commands: --help.
|
|
|
|
|
|
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
|
|
|
|
|
|
GROUPS
|
|
|
|
|
GROUP is one of the following:
|
|
|
|
|
|
2023-11-09 11:45:52 +00:00
|
|
|
automation-runs
|
|
|
|
|
(ALPHA) Manages AutomationRuns resources for Cloud Deploy.
|
|
|
|
|
|
|
|
|
|
automations
|
|
|
|
|
(ALPHA) Manages Automations resources for Cloud Deploy.
|
|
|
|
|
|
2023-12-14 10:23:58 +00:00
|
|
|
custom-target-types
|
|
|
|
|
(ALPHA) Create and manage Custom Target Type resources for Cloud
|
|
|
|
|
Deploy.
|
|
|
|
|
|
2022-03-01 04:29:52 +00:00
|
|
|
delivery-pipelines
|
2023-09-13 10:32:10 +00:00
|
|
|
(ALPHA) Create and manage Delivery Pipeline resources for Cloud Deploy.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
2024-07-25 09:27:13 +00:00
|
|
|
deploy-policies
|
|
|
|
|
(ALPHA) Create and manage Deploy Policy resources for Google Cloud
|
|
|
|
|
Deploy.
|
|
|
|
|
|
2022-09-14 09:28:28 +00:00
|
|
|
job-runs
|
2023-09-13 10:32:10 +00:00
|
|
|
(ALPHA) Manages job runs resources for Cloud Deploy.
|
2022-09-14 09:28:28 +00:00
|
|
|
|
2022-03-01 04:29:52 +00:00
|
|
|
releases
|
2023-09-13 10:32:10 +00:00
|
|
|
(ALPHA) Create and manage Release resources for Cloud Deploy.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
rollouts
|
2023-09-13 10:32:10 +00:00
|
|
|
(ALPHA) Create and manage Rollout resources for Cloud Deploy.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
targets
|
2023-09-13 10:32:10 +00:00
|
|
|
(ALPHA) Create and manage Target resources for Cloud Deploy.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
COMMANDS
|
|
|
|
|
COMMAND is one of the following:
|
|
|
|
|
|
|
|
|
|
apply
|
2023-11-09 11:45:52 +00:00
|
|
|
(ALPHA) Applies a yaml configuration containing Delivery Pipeline(s),
|
2024-07-25 09:27:13 +00:00
|
|
|
Target(s), Custom Target Type(s), Deploy Policy(ies), and Automation(s)
|
|
|
|
|
declarative definitions.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
delete
|
2023-12-14 10:23:58 +00:00
|
|
|
(ALPHA) Deletes Delivery Pipeline(s), Target(s), Custom Target Type(s),
|
|
|
|
|
and Automation(s) in a yaml configuration.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
2023-09-07 10:42:28 +00:00
|
|
|
get-config
|
|
|
|
|
(ALPHA) Get the Cloud Deploy config for the provided region and
|
|
|
|
|
project.
|
|
|
|
|
|
2022-03-01 04:29:52 +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
|
|
|
|
|
|
|
|
|
|
$ gcloud beta deploy
|
|
|
|
|
|