NAME
    gcloud alpha kms key-handles - create and manage KeyHandle resources

SYNOPSIS
    gcloud alpha kms key-handles COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) 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
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        (ALPHA) Create a new KeyHandle.

     describe
        (ALPHA) Get metadata for a KeyHandle.

     list
        (ALPHA) List KeyHandle resources within a project and location.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud kms key-handles

        $ gcloud beta kms key-handles

