1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Dec 14 10:23:57 UTC 2023

This commit is contained in:
Automated 2023-12-14 10:23:58 +00:00
parent f36750d203
commit a990278fb3
205 changed files with 4929 additions and 1866 deletions

View file

@ -1,17 +1,17 @@
NAME
gcloud deploy delete - deletes delivery pipeline(s) and target(s) in a yaml
configuration
gcloud deploy delete - deletes Delivery Pipeline(s), Target(s), Custom
Target Type(s), and Automation(s) in a yaml configuration
SYNOPSIS
gcloud deploy delete --file=FILE [--force] [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Deletes delivery pipeline(s) and target(s) in a yaml configuration.
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 deploy delete --file=deploy.yaml --region=us-central1