mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -40,7 +40,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the ekmconnection. To set the location
|
||||
The Google Cloud location for the ekmconnection. To set the location
|
||||
attribute:
|
||||
▸ provide the argument ekm_connection on the command line with a
|
||||
fully specified name;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the ekmconnection. To set the location
|
||||
The Google Cloud location for the ekmconnection. To set the location
|
||||
attribute:
|
||||
▸ provide the argument ekm_connection on the command line with a
|
||||
fully specified name;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the ekmconnection. To set the location
|
||||
The Google Cloud location for the ekmconnection. To set the location
|
||||
attribute:
|
||||
▸ provide the argument ekm_connection on the command line with a
|
||||
fully specified name;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the keyring. To set the location attribute:
|
||||
The Google Cloud location for the keyring. To set the location
|
||||
attribute:
|
||||
▸ provide the argument keyring on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the keyring. To set the location attribute:
|
||||
The Google Cloud location for the keyring. To set the location
|
||||
attribute:
|
||||
▸ provide the argument keyring on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --keyring on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the key. To set the location attribute:
|
||||
The Google Cloud location for the key. To set the location attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --keyring on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the key. To set the location attribute:
|
||||
The Google Cloud location for the key. To set the location attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
|
|
@ -2,9 +2,10 @@ NAME
|
|||
gcloud beta kms keys get-iam-policy - get the IAM policy for a key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms keys get-iam-policy KEY [--keyring=KEYRING]
|
||||
[--location=LOCATION] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta kms keys get-iam-policy
|
||||
(KEY : --keyring=KEYRING --location=LOCATION) [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Gets the IAM policy for the given key.
|
||||
|
|
@ -19,15 +20,35 @@ EXAMPLES
|
|||
--location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
KEY
|
||||
Name of the key whose IAM policy to fetch.
|
||||
Key resource - The KMS key resource. 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 key on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project.
|
||||
|
||||
FLAGS
|
||||
--keyring=KEYRING
|
||||
Key ring of the key.
|
||||
This must be specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the key.
|
||||
KEY
|
||||
ID of the key or fully qualified identifier for the key. To set the
|
||||
key attribute:
|
||||
▸ provide the argument key on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--keyring=KEYRING
|
||||
The KMS keyring of the key. To set the keyring attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --keyring on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The Google Cloud location for the key. To set the location attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ REQUIRED FLAGS
|
|||
this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the keyring. To set the location attribute:
|
||||
The Google Cloud location for the keyring. To set the location
|
||||
attribute:
|
||||
▸ provide the argument --keyring on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ NAME
|
|||
schedule for a key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms keys remove-rotation-schedule KEY [--keyring=KEYRING]
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta kms keys remove-rotation-schedule
|
||||
(KEY : --keyring=KEYRING --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Removes the rotation schedule for the given key.
|
||||
|
|
@ -17,15 +17,35 @@ EXAMPLES
|
|||
--location=global --keyring=fellowship
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
KEY
|
||||
Name of the key from which to clear the rotation schedule.
|
||||
Key resource - The KMS key resource. 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 key on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project.
|
||||
|
||||
FLAGS
|
||||
--keyring=KEYRING
|
||||
Key ring of the key.
|
||||
This must be specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the key.
|
||||
KEY
|
||||
ID of the key or fully qualified identifier for the key. To set the
|
||||
key attribute:
|
||||
▸ provide the argument key on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--keyring=KEYRING
|
||||
The KMS keyring of the key. To set the keyring attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --keyring on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The Google Cloud location for the key. To set the location attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@ NAME
|
|||
gcloud beta kms keys set-iam-policy - set the IAM policy for a key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms keys set-iam-policy KEY POLICY_FILE [--keyring=KEYRING]
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta kms keys set-iam-policy
|
||||
(KEY : --keyring=KEYRING --location=LOCATION) POLICY_FILE
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Sets the IAM policy for the given key as defined in a JSON or YAML
|
||||
|
|
@ -21,19 +22,39 @@ EXAMPLES
|
|||
--keyring=fellowship --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
KEY
|
||||
Name of the key whose IAM policy to update.
|
||||
Key resource - The KMS key resource. 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 key on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
KEY
|
||||
ID of the key or fully qualified identifier for the key. To set the
|
||||
key attribute:
|
||||
▸ provide the argument key on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--keyring=KEYRING
|
||||
The KMS keyring of the key. To set the keyring attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --keyring on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The Google Cloud location for the key. To set the location attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
POLICY_FILE
|
||||
JSON or YAML file with the IAM policy
|
||||
|
||||
FLAGS
|
||||
--keyring=KEYRING
|
||||
Key ring of the key.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the key.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@ NAME
|
|||
gcloud beta kms keys set-primary-version - set the primary version of a key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms keys set-primary-version KEY --version=VERSION
|
||||
[--keyring=KEYRING] [--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta kms keys set-primary-version
|
||||
(KEY : --keyring=KEYRING --location=LOCATION) --version=VERSION
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Sets the specified version as the primary version of the given key.
|
||||
|
|
@ -17,20 +18,40 @@ EXAMPLES
|
|||
--keyring=fellowship --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
KEY
|
||||
Name of the key to modify.
|
||||
Key resource - The KMS key resource. 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 key on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
KEY
|
||||
ID of the key or fully qualified identifier for the key. To set the
|
||||
key attribute:
|
||||
▸ provide the argument key on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--keyring=KEYRING
|
||||
The KMS keyring of the key. To set the keyring attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --keyring on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The Google Cloud location for the key. To set the location attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--version=VERSION
|
||||
Version to make primary.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--keyring=KEYRING
|
||||
Key ring of the key.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the key.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@ NAME
|
|||
for a key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms keys set-rotation-schedule KEY [--keyring=KEYRING]
|
||||
[--location=LOCATION] [--next-rotation-time=NEXT_ROTATION_TIME]
|
||||
gcloud beta kms keys set-rotation-schedule
|
||||
(KEY : --keyring=KEYRING --location=LOCATION)
|
||||
[--next-rotation-time=NEXT_ROTATION_TIME]
|
||||
[--rotation-period=ROTATION_PERIOD] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -29,16 +30,37 @@ EXAMPLES
|
|||
--next-rotation-time=2017-10-12T12:34:56.1234Z
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
KEY
|
||||
Name of the key to update the schedule of.
|
||||
Key resource - The KMS key resource. 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 key on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
KEY
|
||||
ID of the key or fully qualified identifier for the key. To set the
|
||||
key attribute:
|
||||
▸ provide the argument key on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--keyring=KEYRING
|
||||
The KMS keyring of the key. To set the keyring attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --keyring on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The Google Cloud location for the key. To set the location attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--keyring=KEYRING
|
||||
Key ring of the key.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the key.
|
||||
|
||||
--next-rotation-time=NEXT_ROTATION_TIME
|
||||
Next automatic rotation time of the key. See $ gcloud topic datetimes
|
||||
for information on time formats.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --keyring on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The Cloud location for the key. To set the location attribute:
|
||||
The Google Cloud location for the key. To set the location attribute:
|
||||
▸ provide the argument key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue