NAME
    gcloud alpha resource-manager tags bindings update - updates TagBindings
        bound to the specified resource

SYNOPSIS
    gcloud alpha resource-manager tags bindings update
        --resource-name=RESOURCE_NAME
        (--clear-tags | --replace-tags=[REPLACE_TAGS,...]
          | --remove-tags=REMOVE_TAGS,[REMOVE_TAGS,...]
          --update-tags=[UPDATE_TAGS,...]) [--async] [--location=LOCATION]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Updates TagBindings bound to the specified resource.

REQUIRED FLAGS
     --resource-name=RESOURCE_NAME
        Full resource name of the resource to attach to the tagValue.

     Tags to update for a resource.

     Exactly one of these must be specified:

       --clear-tags
          Clear all tags on the resource.

       --replace-tags=[REPLACE_TAGS,...]
          Replace all existing tags on the resource with the specified
          key-value pairs. Sets replace_tags value.

           KEY
              Sets KEY value.

           VALUE
              Sets VALUE value.

          Shorthand Example:

              --replace-tags=string=string

          JSON Example:

              --replace-tags='{"string": "string"}'

          File Example:

              --replace-tags=path_to_file.(yaml|json)

       Or at least one of these can be specified:

         Tags to add/remove for a resource.

         --remove-tags=REMOVE_TAGS,[REMOVE_TAGS,...]
            Remove the specified tags from the resource.

         --update-tags=[UPDATE_TAGS,...]
            Add/update tags to the resource. Sets update_tags value.

             KEY
                Sets KEY value.

             VALUE
                Sets VALUE value.

            Shorthand Example:

                --update-tags=string=string

            JSON Example:

                --update-tags='{"string": "string"}'

            File Example:

                --update-tags=path_to_file.(yaml|json)

OPTIONAL FLAGS
     --async
        Return immediately, without waiting for the operation in progress to
        complete.

     --location=LOCATION
        Region or zone of the resource to bind to the TagValue. This field is
        not required if the resource is a global resource like projects,
        folders and organizations.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

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.

