1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Oct 2 09:51:07 UTC 2024

This commit is contained in:
Automated 2024-10-02 09:51:07 +00:00
parent 0a5b6f11af
commit 489be55d99
133 changed files with 4948 additions and 242 deletions

View file

@ -1,23 +1,25 @@
NAME
gcloud deploy deploy-policies describe - show details for a deploy policy
gcloud deploy deploy-policies describe - show details about a deploy policy
SYNOPSIS
gcloud deploy deploy-policies describe (DEPLOY_POLICY : --region=REGION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Show details for a specified deploy policy.
Show details about a deploy policy.
EXAMPLES
To show details about a deploy policy test-policy in region us-central,
run: $ gcloud deploy deploy-policies describe test-policy \
To describe a deploy policy called 'test-policy' in region 'us-central1',
run:
$ gcloud deploy deploy-policies describe test-policy \
--region=us-central1
POSITIONAL ARGUMENTS
Deploy policy resource - The name of the deploy policy to describe. The
arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways.
Deploy policy resource - The name of the Deploy Policy. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
other ways.
To set the project attribute:
◆ provide the argument deploy_policy on the command line with a fully
@ -38,7 +40,8 @@ POSITIONAL ARGUMENTS
arguments in this group are specified.
--region=REGION
Location of the deploy policy.
The Cloud region for the deploy policy. Alternatively, set the
property [deploy/region].
To set the region attribute:
▸ provide the argument deploy_policy on the command line with a
@ -54,10 +57,6 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
API REFERENCE
This command uses the clouddeploy/v1 API. The full documentation for this
API can be found at: https://cloud.google.com/deploy/
NOTES
These variants are also available:

View file

@ -31,8 +31,8 @@ POSITIONAL ARGUMENTS
This must be specified.
DEPLOY_POLICY
ID of the deploy_policy or fully qualified identifier for the
deploy_policy.
ID of the deploy policy or fully qualified identifier for the deploy
policy.
To set the deploy_policy attribute:
▸ provide the argument deploy_policy on the command line.
@ -41,7 +41,7 @@ POSITIONAL ARGUMENTS
arguments in this group are specified.
--region=REGION
The Cloud region for the deploy_policy. Alternatively, set the
The Cloud region for the deploy policy. Alternatively, set the
property [deploy/region].
To set the region attribute:

View file

@ -20,7 +20,7 @@ COMMANDS
Delete a deploy policy.
describe
Show details for a deploy policy.
Show details about a deploy policy.
export
Returns the .yaml definition of the specified deploy policy.