1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/deploy/help
2023-09-13 10:32:10 +00:00

52 lines
1.2 KiB
Text

NAME
gcloud deploy - create and manage Cloud Deploy resources
SYNOPSIS
gcloud deploy GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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:
delivery-pipelines
Create and manage Delivery Pipeline resources for Cloud Deploy.
job-runs
Manages job runs resources for Cloud Deploy.
releases
Create and manage Release resources for Cloud Deploy.
rollouts
Create and manage Rollout resources for Cloud Deploy.
targets
Create and manage Target resources for Cloud Deploy.
COMMANDS
COMMAND is one of the following:
apply
Applies a yaml configuration containing Deliver Pipeline(s), Target(s)
declarative definitions.
delete
Deletes delivery pipeline(s) and target(s) in a yaml configuration.
get-config
Get the Cloud Deploy config for the provided region and project.
NOTES
These variants are also available:
$ gcloud alpha deploy
$ gcloud beta deploy