NAME
    gcloud beta bigtable instances - manage Cloud Bigtable instances

SYNOPSIS
    gcloud beta bigtable instances GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Manage Cloud Bigtable instances.

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     tables
        (BETA) Query Cloud Bigtable tables.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (BETA) Add an IAM policy binding to a Cloud Bigtable instance.

     create
        (BETA) Create a new Bigtable instance.

     delete
        (BETA) Delete an existing Bigtable instance.

     describe
        (BETA) Describe an existing Bigtable instance.

     get-iam-policy
        (BETA) Get the IAM policy for a Cloud Bigtable instance.

     list
        (BETA) List existing Bigtable instances.

     remove-iam-policy-binding
        (BETA) Remove an IAM policy binding from a Cloud Bigtable instance.

     set-iam-policy
        (BETA) Set IAM policy for an instance.

     update
        (BETA) Modify an existing Bigtable instance.

     upgrade
        (BETA) Upgrade an existing instance's type from development to
        production.

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

        $ gcloud bigtable instances

        $ gcloud alpha bigtable instances

