mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -1,17 +1,17 @@
|
|||
NAME
|
||||
gcloud alpha deploy delete - deletes delivery pipeline(s) and target(s) in
|
||||
a yaml configuration
|
||||
gcloud alpha deploy delete - deletes Delivery Pipeline(s), Target(s),
|
||||
Custom Target Type(s), and Automation(s) in a yaml configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha deploy delete --file=FILE [--force] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Deletes delivery pipeline(s) and target(s) in a yaml configuration.
|
||||
(ALPHA) Deletes Delivery Pipeline(s), Target(s), Custom Target Type(s), and
|
||||
Automation(s) in a yaml configuration.
|
||||
|
||||
EXAMPLES
|
||||
To delete the delivery pipeline(s) and target(s) in a Cloud Deploy YAML
|
||||
file deploy.yaml:
|
||||
To delete the resources in a Cloud Deploy YAML file deploy.yaml:
|
||||
|
||||
$ gcloud alpha deploy delete --file=deploy.yaml --region=us-central1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue