mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
40 lines
977 B
Text
40 lines
977 B
Text
NAME
|
|
gcloud beta spanner instance-partitions - manage Cloud Spanner instance
|
|
partitions
|
|
|
|
SYNOPSIS
|
|
gcloud beta spanner instance-partitions COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Cloud Spanner instance partitions.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a Cloud Spanner instance partition.
|
|
|
|
delete
|
|
(BETA) Delete a Cloud Spanner instance partition.
|
|
|
|
describe
|
|
(BETA) Describe a Cloud Spanner instance partition.
|
|
|
|
list
|
|
(BETA) List the Cloud Spanner instance partitions contained within the
|
|
given instance.
|
|
|
|
update
|
|
(BETA) Update a Cloud Spanner instance partition.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha spanner instance-partitions
|
|
|