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

gcloud: Thu Feb 20 10:40:27 UTC 2025

This commit is contained in:
Automated 2025-02-20 10:40:27 +00:00
parent 44f319c56c
commit 8d1a988ab5
295 changed files with 11246 additions and 956 deletions

View file

@ -18,7 +18,7 @@ EXAMPLES
REQUIRED FLAGS
--folder=FOLDER
The folder id in which the autokey config resource exists.
The folder id in which the AutokeyConfig resource exists.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
@ -32,7 +32,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud kms autokey-config describe
$ gcloud beta kms autokey-config describe

View file

@ -1,5 +1,5 @@
NAME
gcloud alpha kms autokey-config - update and retrieve the Autokey Config
gcloud alpha kms autokey-config - update and retrieve the AutokeyConfig
SYNOPSIS
gcloud alpha kms autokey-config COMMAND [GCLOUD_WIDE_FLAG ...]
@ -20,8 +20,7 @@ COMMANDS
(ALPHA) Describe the AutokeyConfig of a folder.
show-effective-config
(ALPHA) Gets the effective Cloud KMS Autokey configuration for a given
project.
(ALPHA) Gets the effective Cloud KMS AutokeyConfig for a given project.
update
(ALPHA) Updates the AutokeyConfig for a folder.
@ -30,7 +29,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud kms autokey-config
$ gcloud beta kms autokey-config

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha kms autokey-config show-effective-config - gets the effective
Cloud KMS Autokey configuration for a given project
Cloud KMS AutokeyConfig for a given project
SYNOPSIS
gcloud alpha kms autokey-config show-effective-config
@ -8,11 +8,11 @@ SYNOPSIS
DESCRIPTION
(ALPHA) gcloud alpha kms autokey-config show-effective-config can be used
to get the effective Cloud KMS Autokey configuration for a given project.
to get the effective Cloud KMS AutokeyConfig for a given project.
EXAMPLES
The following command retrieves the effective Cloud KMS Autokey
configuration for a given project my-project:
The following command retrieves the effective Cloud KMS AutokeyConfig for a
given project my-project:
$ gcloud alpha kms autokey-config show-effective-config \
--project=my-project
@ -31,7 +31,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud kms autokey-config show-effective-config
$ gcloud beta kms autokey-config show-effective-config

View file

@ -17,7 +17,7 @@ EXAMPLES
POSITIONAL ARGUMENTS
CONFIG_FILE
The file containing the autokey config resource.
The file containing the AutokeyConfig resource.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
@ -31,7 +31,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud kms autokey-config update
$ gcloud beta kms autokey-config update

View file

@ -29,7 +29,7 @@ GROUPS
GROUP is one of the following:
autokey-config
(ALPHA) Update and retrieve the Autokey Config.
(ALPHA) Update and retrieve the AutokeyConfig.
ekm-config
(ALPHA) Update and retrieve the EkmConfig.
@ -44,7 +44,7 @@ GROUPS
(ALPHA) Manages the KMS Inventory and Key Tracking commands.
key-handles
(ALPHA) Create and manage key-handles.
(ALPHA) Create and manage KeyHandle resources.
keyrings
(ALPHA) Create and manage keyrings.

View file

@ -1,5 +1,5 @@
NAME
gcloud alpha kms key-handles create - create a new key handle
gcloud alpha kms key-handles create - create a new KeyHandle
SYNOPSIS
gcloud alpha kms key-handles create --location=LOCATION
@ -13,14 +13,14 @@ DESCRIPTION
project and the same location
EXAMPLES
The following command creates a key handle named my-key-handle within the
The following command creates a KeyHandle named my-key-handle within the
location global for the resource type compute.googleapis.com/Disk:
$ gcloud alpha kms key-handles create \
--key-handle-id=my-key-handle --my-key-handle \
--location=global --resource-type=compute.googleapis.com/Disk
In case we want to generate a random key handle id, we can use the
In case we want to generate a random KeyHandle id, we can use the
--generate-key-handle-id flag instead of the --key-handle-id flag.
REQUIRED FLAGS
@ -42,16 +42,16 @@ REQUIRED FLAGS
▸ provide the argument --location on the command line.
--resource-type=RESOURCE_TYPE
The resource type selector for key handles of the form
The resource type selector for KeyHandle resources of the form
{SERVICE}.{UNIVERSE_DOMAIN}/{TYPE}.
Exactly one of these must be specified:
--generate-key-handle-id
Generate a key handle id for the new key handle.
Generate a KeyHandle id for the new KeyHandle resource.
--key-handle-id=KEY_HANDLE_ID
The key handle id for the new key handle.
The KeyHandle id for the new KeyHandle resource.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
@ -65,7 +65,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud kms key-handles create
$ gcloud beta kms key-handles create

View file

@ -1,22 +1,22 @@
NAME
gcloud alpha kms key-handles describe - get metadata for a key handle
gcloud alpha kms key-handles describe - get metadata for a KeyHandle
SYNOPSIS
gcloud alpha kms key-handles describe (KEY_HANDLE : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Get metadata for a key handle.
(ALPHA) Get metadata for a KeyHandle.
EXAMPLES
The following command gets metadata for a key handle named my-key-handle in
The following command gets metadata for a KeyHandle named my-key-handle in
the locations us-central1.
$ gcloud alpha kms key-handles describe my-key-handle \
--location=us-central1
POSITIONAL ARGUMENTS
Key handle resource - The key handle to get metadata for. The arguments in
Key handle resource - The KeyHandle to get metadata for. 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.
@ -63,7 +63,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud kms key-handles describe
$ gcloud beta kms key-handles describe

View file

@ -1,11 +1,11 @@
NAME
gcloud alpha kms key-handles - create and manage key-handles
gcloud alpha kms key-handles - create and manage KeyHandle resources
SYNOPSIS
gcloud alpha kms key-handles COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) A key-handle is a resource which contains a reference to a KMS
(ALPHA) A KeyHandle is a resource which contains a reference to a KMS
CryptoKey resource that can be used through existing CMEK channels
GCLOUD WIDE FLAGS
@ -17,19 +17,21 @@ COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a new key handle.
(ALPHA) Create a new KeyHandle.
describe
(ALPHA) Get metadata for a key handle.
(ALPHA) Get metadata for a KeyHandle.
list
(ALPHA) List keyhandles within a project and location.
(ALPHA) List KeyHandle resources within a project and location.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud kms key-handles
$ gcloud beta kms key-handles

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha kms key-handles list - list keyhandles within a project and
location
gcloud alpha kms key-handles list - list KeyHandle resources within a
project and location
SYNOPSIS
gcloud alpha kms key-handles list --location=LOCATION
@ -9,17 +9,17 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Lists all keyhandles within a given project and location.
(ALPHA) Lists all KeyHandle resources within a given project and location.
Addtionally, can filter the list.
EXAMPLES
The following command lists a maximum of five key handles in the location
global:
The following command lists a maximum of five KeyHandle resources in the
location global:
$ gcloud alpha kms key-handles list --location=global --limit=5
The following command lists all key handles in the location global that
have a resource type selector of compute.googleapis.com/Instance:
The following command lists all KeyHandle resources in the location global
that have a resource type selector of compute.googleapis.com/Instance:
$ gcloud alpha kms key-handles list --location=global \
--resource-type=compute.googleapis.com/Instance
@ -43,7 +43,7 @@ REQUIRED FLAGS
▸ provide the argument --location on the command line.
--resource-type=RESOURCE_TYPE
The resource type selector for key handles of the form
The resource type selector for KeyHandle resources of the form
{SERVICE}.{UNIVERSE_DOMAIN}/{TYPE}.
LIST COMMAND FLAGS
@ -90,7 +90,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud kms key-handles list
$ gcloud beta kms key-handles list