mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Thu Feb 20 10:40:27 UTC 2025
This commit is contained in:
parent
44f319c56c
commit
8d1a988ab5
295 changed files with 11246 additions and 956 deletions
|
|
@ -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,
|
||||
|
|
@ -29,8 +29,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms autokey-config describe
|
||||
|
||||
$ gcloud alpha kms autokey-config describe
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud beta kms autokey-config - update and retrieve the Autokey Config
|
||||
gcloud beta kms autokey-config - update and retrieve the AutokeyConfig
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms autokey-config COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -20,15 +20,16 @@ COMMANDS
|
|||
(BETA) Describe the AutokeyConfig of a folder.
|
||||
|
||||
show-effective-config
|
||||
(BETA) Gets the effective Cloud KMS Autokey configuration for a given
|
||||
project.
|
||||
(BETA) Gets the effective Cloud KMS AutokeyConfig for a given project.
|
||||
|
||||
update
|
||||
(BETA) Updates the AutokeyConfig for a folder.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms autokey-config
|
||||
|
||||
$ gcloud alpha kms autokey-config
|
||||
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
NAME
|
||||
gcloud beta 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 beta kms autokey-config show-effective-config [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta kms autokey-config show-effective-config can be used to
|
||||
get the effective Cloud KMS Autokey configuration for a given project.
|
||||
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 beta kms autokey-config show-effective-config \
|
||||
--project=my-project
|
||||
|
|
@ -27,8 +27,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms autokey-config show-effective-config
|
||||
|
||||
$ gcloud alpha kms autokey-config show-effective-config
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
@ -28,8 +28,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms autokey-config update
|
||||
|
||||
$ gcloud alpha kms autokey-config update
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
autokey-config
|
||||
(BETA) Update and retrieve the Autokey Config.
|
||||
(BETA) Update and retrieve the AutokeyConfig.
|
||||
|
||||
ekm-config
|
||||
(BETA) Update and retrieve the EkmConfig.
|
||||
|
|
@ -44,7 +44,7 @@ GROUPS
|
|||
(BETA) Manages the KMS Inventory and Key Tracking commands.
|
||||
|
||||
key-handles
|
||||
(BETA) Create and manage key-handles.
|
||||
(BETA) Create and manage KeyHandle resources.
|
||||
|
||||
keyrings
|
||||
(BETA) Create and manage keyrings.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud beta kms key-handles create - create a new key handle
|
||||
gcloud beta kms key-handles create - create a new KeyHandle
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta 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 beta 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,
|
||||
|
|
@ -62,8 +62,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms key-handles create
|
||||
|
||||
$ gcloud alpha kms key-handles create
|
||||
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
NAME
|
||||
gcloud beta kms key-handles describe - get metadata for a key handle
|
||||
gcloud beta kms key-handles describe - get metadata for a KeyHandle
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms key-handles describe (KEY_HANDLE : --location=LOCATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Get metadata for a key handle.
|
||||
(BETA) 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 beta 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.
|
||||
|
|
@ -60,8 +60,10 @@ API REFERENCE
|
|||
can be found at: https://cloud.google.com/kms/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms key-handles describe
|
||||
|
||||
$ gcloud alpha kms key-handles describe
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
NAME
|
||||
gcloud beta kms key-handles - create and manage key-handles
|
||||
gcloud beta kms key-handles - create and manage KeyHandle resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms key-handles COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) A key-handle is a resource which contains a reference to a KMS
|
||||
(BETA) 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,17 +17,19 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Create a new key handle.
|
||||
(BETA) Create a new KeyHandle.
|
||||
|
||||
describe
|
||||
(BETA) Get metadata for a key handle.
|
||||
(BETA) Get metadata for a KeyHandle.
|
||||
|
||||
list
|
||||
(BETA) List keyhandles within a project and location.
|
||||
(BETA) List KeyHandle resources within a project and location.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms key-handles
|
||||
|
||||
$ gcloud alpha kms key-handles
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud beta kms key-handles list - list keyhandles within a project and
|
||||
location
|
||||
gcloud beta kms key-handles list - list KeyHandle resources within a
|
||||
project and location
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta kms key-handles list --location=LOCATION
|
||||
|
|
@ -9,17 +9,17 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Lists all keyhandles within a given project and location.
|
||||
(BETA) 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 beta 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 beta 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
|
||||
|
|
@ -87,8 +87,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms key-handles list
|
||||
|
||||
$ gcloud alpha kms key-handles list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue