mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
51 lines
1.2 KiB
Text
51 lines
1.2 KiB
Text
|
|
NAME
|
||
|
|
gcloud deploy delivery-pipelines - create and manage Delivery Pipeline
|
||
|
|
resources for Google Cloud Deploy
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud deploy delivery-pipelines COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Create and manage Delivery Pipeline resources for Google Cloud Deploy.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
add-iam-policy-binding
|
||
|
|
Add IAM policy binding for a Cloud Deploy delivery pipeline.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete a delivery pipeline.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describes details specific to the individual target, delivery pipeline
|
||
|
|
qualified.
|
||
|
|
|
||
|
|
export
|
||
|
|
Returns the .yaml definition of the specified delivery pipeline.
|
||
|
|
|
||
|
|
get-iam-policy
|
||
|
|
Get the IAM policy for a Cloud Deploy delivery pipeline.
|
||
|
|
|
||
|
|
list
|
||
|
|
List Cloud Deploy delivery pipelines.
|
||
|
|
|
||
|
|
remove-iam-policy-binding
|
||
|
|
Remove an IAM policy binding for a Cloud Deploy delivery pipeline.
|
||
|
|
|
||
|
|
set-iam-policy
|
||
|
|
Set the IAM policy for a Cloud Deploy delivery pipeline.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha deploy delivery-pipelines
|
||
|
|
|
||
|
|
$ gcloud beta deploy delivery-pipelines
|
||
|
|
|