1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/bigtable/instances/help
2022-03-01 04:29:52 +00:00

60 lines
1.3 KiB
Text

NAME
gcloud bigtable instances - manage Cloud Bigtable instances
SYNOPSIS
gcloud bigtable instances GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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
Query Cloud Bigtable tables.
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
Add an IAM policy binding to a Cloud Bigtable instance.
create
Create a new Bigtable instance.
delete
Delete an existing Bigtable instance.
describe
Describe an existing Bigtable instance.
get-iam-policy
Get the IAM policy for a Cloud Bigtable instance.
list
List existing Bigtable instances.
remove-iam-policy-binding
Remove an IAM policy binding from a Cloud Bigtable instance.
set-iam-policy
Set IAM policy for an instance.
update
Modify an existing Bigtable instance.
upgrade
Upgrade an existing instance's type from development to production.
NOTES
These variants are also available:
$ gcloud alpha bigtable instances
$ gcloud beta bigtable instances