mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
59 lines
1.3 KiB
Text
59 lines
1.3 KiB
Text
NAME
|
|
gcloud beta kms keys versions - create and manage versions
|
|
|
|
SYNOPSIS
|
|
gcloud beta kms keys versions COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) A version represents an individual cryptographic key and the
|
|
associated key material.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a new version.
|
|
|
|
describe
|
|
(BETA) Get metadata for a given version.
|
|
|
|
destroy
|
|
(BETA) Schedule a version to be destroyed.
|
|
|
|
disable
|
|
(BETA) Disable a given version.
|
|
|
|
enable
|
|
(BETA) Enable a given version.
|
|
|
|
get-certificate-chain
|
|
(BETA) Get a certificate chain for a given version.
|
|
|
|
get-public-key
|
|
(BETA) Get the public key for a given version.
|
|
|
|
import
|
|
(BETA) Import a version into an existing crypto key.
|
|
|
|
list
|
|
(BETA) List the versions within a key.
|
|
|
|
restore
|
|
(BETA) Restore a version scheduled for destruction.
|
|
|
|
update
|
|
(BETA) Update a key version.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud kms keys versions
|
|
|
|
$ gcloud alpha kms keys versions
|
|
|