NAME
    gcloud beta kms keys - create and manage keys

SYNOPSIS
    gcloud beta kms keys GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) A key represents a logical key that can be used for cryptographic
    operations.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     versions
        (BETA) Create and manage versions.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (BETA) Add IAM policy binding for a kms key.

     create
        (BETA) Create a new key.

     delete
        (BETA) Delete a key.

     describe
        (BETA) Get metadata for a given key.

     get-iam-policy
        (BETA) Get the IAM policy for a key.

     list
        (BETA) List the keys within a keyring.

     remove-iam-policy-binding
        (BETA) Remove IAM policy binding for a kms key.

     remove-rotation-schedule
        (BETA) Remove the rotation schedule for a key.

     set-iam-policy
        (BETA) Set the IAM policy for a key.

     set-primary-version
        (BETA) Set the primary version of a key.

     set-rotation-schedule
        (BETA) Update the rotation schedule for a key.

     update
        (BETA) Update a key.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud kms keys

        $ gcloud alpha kms keys

