gcloud deploy - create and manage Google Cloud Deploy resources
gcloud deploy GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
Create and manage Google Cloud Deploy resources.
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- delivery-pipelines
Create and manage Delivery Pipeline resources for Google Cloud Deploy.
- job-runs
Manages job runs resources for Google Cloud Deploy.
- releases
Create and manage Release resources for Google Cloud Deploy.
- rollouts
Create and manage Rollout resources for Google Cloud Deploy.
- targets
Create and manage Target resources for Google Cloud Deploy.
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.
These variants are also available:
$ gcloud alpha deploy
$ gcloud beta deploy