NAME
    gcloud alpha resource-manager tags keys - create and manipulate TagKeys

SYNOPSIS
    gcloud alpha resource-manager tags keys COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) The Resource Manager Service gives you centralized and programmatic
    control over your organization's Tags. As the tag administrator, you will
    be able to create and configure restrictions across the tags in your
    organization or projects. As the tag user, you will be able to attach
    TagValues to different resources.

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (ALPHA) Adds a policy binding to the IAM policy of a TagKey.

     create
        (ALPHA) Creates a TagKey resource under the specified tag parent.

     delete
        (ALPHA) Deletes the specified TagKey resource.

     describe
        (ALPHA) Describes a TagKey resource.

     get-iam-policy
        (ALPHA) Gets the IAM policy for a TagKey resource.

     list
        (ALPHA) Lists TagKeys under the specified parent resource.

     remove-iam-policy-binding
        (ALPHA) Removes a policy binding from the IAM policy of a TagKey.

     set-iam-policy
        (ALPHA) Sets IAM policy for a TagKey resource.

     update
        (ALPHA) Updates the specified TagKey resource's description.

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 resource-manager tags keys

        $ gcloud beta resource-manager tags keys

