NAME
    gcloud alpha kms keyrings - create and manage keyrings

SYNOPSIS
    gcloud alpha kms keyrings GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) A keyring is a toplevel logical grouping of keys.

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     config
        (ALPHA) Manage Cloud KMS key ring configurations.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (ALPHA) Add IAM policy binding for a kms keyring.

     create
        (ALPHA) Create a new keyring.

     describe
        (ALPHA) Get metadata for a keyring.

     get-iam-policy
        (ALPHA) Get the IAM policy for a keyring.

     list
        (ALPHA) List keyrings within a location.

     remove-iam-policy-binding
        (ALPHA) Remove IAM policy binding for a kms keyring.

     set-iam-policy
        (ALPHA) Set the IAM policy for a keyring.

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 keyrings

        $ gcloud beta kms keyrings

