mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
75 lines
1.6 KiB
Text
75 lines
1.6 KiB
Text
NAME
|
|
gcloud spanner databases - manage Cloud Spanner databases
|
|
|
|
SYNOPSIS
|
|
gcloud spanner databases GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Cloud Spanner databases.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
ddl
|
|
Manage the DDL for Cloud Spanner databases.
|
|
|
|
roles
|
|
Manage Cloud Spanner database roles.
|
|
|
|
sessions
|
|
Manage the sessions for Cloud Spanner databases.
|
|
|
|
splits
|
|
Manage the split points for Spanner databases.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding to a Cloud Spanner database.
|
|
|
|
change-quorum
|
|
Change quorum of a Cloud Spanner database.
|
|
|
|
create
|
|
Create a Cloud Spanner database.
|
|
|
|
delete
|
|
Delete a Cloud Spanner database.
|
|
|
|
describe
|
|
Describe a Cloud Spanner database.
|
|
|
|
execute-sql
|
|
Executes a SQL query against a Cloud Spanner database.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for a Cloud Spanner database.
|
|
|
|
list
|
|
List the Cloud Spanner databases contained within the given instance.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding of a Cloud Spanner database.
|
|
|
|
restore
|
|
Restore a Cloud Spanner database.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for a Cloud Spanner database.
|
|
|
|
update
|
|
Update a Cloud Spanner database.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha spanner databases
|
|
|
|
$ gcloud beta spanner databases
|
|
|