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.

     delete
        (BETA) Delete a key 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

