gcloud beta kms keys versions - create and manage versions
gcloud beta kms keys versions COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) A version represents an individual cryptographic key and the associated key material.
These flags are available to all commands: --help.
Run $ gcloud help for details.
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.
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