mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
40 lines
749 B
Text
40 lines
749 B
Text
|
|
NAME
|
||
|
|
gcloud bigtable clusters - manage Cloud Bigtable clusters
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud bigtable clusters COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Manage Cloud Bigtable clusters.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
Create a bigtable cluster.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete a bigtable cluster.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describe an existing Bigtable cluster.
|
||
|
|
|
||
|
|
list
|
||
|
|
List existing Bigtable clusters.
|
||
|
|
|
||
|
|
update
|
||
|
|
Update a Bigtable cluster's number of nodes.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha bigtable clusters
|
||
|
|
|
||
|
|
$ gcloud beta bigtable clusters
|
||
|
|
|