1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/beta/deploy/help

55 lines
1.3 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
2023-09-13 10:32:10 +00:00
gcloud beta deploy - create and manage Cloud Deploy resources
2022-03-01 04:29:52 +00:00
SYNOPSIS
gcloud beta deploy GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2023-09-13 10:32:10 +00:00
(BETA) 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:
delivery-pipelines
2023-09-13 10:32:10 +00:00
(BETA) Create and manage Delivery Pipeline resources for Cloud Deploy.
2022-03-01 04:29:52 +00:00
2022-09-14 09:28:28 +00:00
job-runs
2023-09-13 10:32:10 +00:00
(BETA) 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
(BETA) 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
(BETA) 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
(BETA) Create and manage Target resources for Cloud Deploy.
2022-03-01 04:29:52 +00:00
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.
2023-09-07 10:42:28 +00:00
get-config
(BETA) 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 beta and might change without notice. These
variants are also available:
$ gcloud deploy
$ gcloud alpha deploy