mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
58 lines
1.1 KiB
Text
58 lines
1.1 KiB
Text
NAME
|
|
gcloud kms keys versions - create and manage versions
|
|
|
|
SYNOPSIS
|
|
gcloud kms keys versions COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Create a new version.
|
|
|
|
describe
|
|
Get metadata for a given version.
|
|
|
|
destroy
|
|
Schedule a version to be destroyed.
|
|
|
|
disable
|
|
Disable a given version.
|
|
|
|
enable
|
|
Enable a given version.
|
|
|
|
get-certificate-chain
|
|
Get a certificate chain for a given version.
|
|
|
|
get-public-key
|
|
Get the public key for a given version.
|
|
|
|
import
|
|
Import a version into an existing crypto key.
|
|
|
|
list
|
|
List the versions within a key.
|
|
|
|
restore
|
|
Restore a version scheduled for destruction.
|
|
|
|
update
|
|
Update a key version.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha kms keys versions
|
|
|
|
$ gcloud beta kms keys versions
|
|
|