2022-03-01 04:29:52 +00:00
|
|
|
NAME
|
2023-09-13 10:32:10 +00:00
|
|
|
gcloud deploy targets - create and manage Target resources for Cloud Deploy
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
gcloud deploy targets COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
2023-09-13 10:32:10 +00:00
|
|
|
Create and manage Target resources for Cloud Deploy.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
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 target.
|
|
|
|
|
|
|
|
|
|
delete
|
|
|
|
|
Deletes a Cloud Deploy target.
|
|
|
|
|
|
|
|
|
|
describe
|
|
|
|
|
Describes details specific to the individual target, delivery pipeline
|
|
|
|
|
qualified.
|
|
|
|
|
|
|
|
|
|
export
|
|
|
|
|
Returns the .yaml definition of the specified target.
|
|
|
|
|
|
|
|
|
|
get-iam-policy
|
|
|
|
|
Get the IAM policy for a Cloud Deploy target.
|
|
|
|
|
|
|
|
|
|
list
|
|
|
|
|
List Cloud Deploy targets.
|
|
|
|
|
|
2022-09-14 09:28:28 +00:00
|
|
|
redeploy
|
2022-09-21 11:28:40 +00:00
|
|
|
Redeploy the last release to a target.
|
2022-09-14 09:28:28 +00:00
|
|
|
|
2022-03-01 04:29:52 +00:00
|
|
|
remove-iam-policy-binding
|
|
|
|
|
Remove an IAM policy binding for a Cloud Deploy target.
|
|
|
|
|
|
|
|
|
|
rollback
|
|
|
|
|
Rollbacks a target to a prior rollout.
|
|
|
|
|
|
|
|
|
|
set-iam-policy
|
|
|
|
|
Set the IAM policy for a Cloud Deploy target.
|
|
|
|
|
|
|
|
|
|
NOTES
|
|
|
|
|
These variants are also available:
|
|
|
|
|
|
|
|
|
|
$ gcloud alpha deploy targets
|
|
|
|
|
|
|
|
|
|
$ gcloud beta deploy targets
|
|
|
|
|
|