mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -17,15 +17,13 @@ EXAMPLES
|
|||
|
||||
To cancel a database operation with ID auto_12345, run:
|
||||
|
||||
$ gcloud alpha spanner operations cancel _auto_12345 \
|
||||
--instance=my-instance-id
|
||||
--database=my-database-id
|
||||
$ gcloud alpha spanner operations cancel _auto_12345 \
|
||||
--instance=my-instance-id --database=my-database-id
|
||||
|
||||
To cancel a backup operation with ID auto_12345, run:
|
||||
|
||||
$ gcloud alpha spanner operations cancel _auto_12345 \
|
||||
--instance=my-instance-id
|
||||
--backup=my-backup-id
|
||||
$ gcloud alpha spanner operations cancel _auto_12345 \
|
||||
--instance=my-instance-id --backup=my-backup-id
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
OPERATION-ID
|
||||
|
|
|
|||
|
|
@ -18,15 +18,13 @@ EXAMPLES
|
|||
|
||||
To describe a Cloud Spanner database operation, run:
|
||||
|
||||
$ gcloud alpha spanner operations describe _auto_12345 \
|
||||
--instance=my-instance-id
|
||||
--database=my-database-id
|
||||
$ gcloud alpha spanner operations describe _auto_12345 \
|
||||
--instance=my-instance-id --database=my-database-id
|
||||
|
||||
To describe a Cloud Spanner backup operation, run:
|
||||
|
||||
$ gcloud alpha spanner operations describe _auto_12345 \
|
||||
--instance=my-instance-id
|
||||
--backup=my-backup-id
|
||||
$ gcloud alpha spanner operations describe _auto_12345 \
|
||||
--instance=my-instance-id --backup=my-backup-id
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
OPERATION-ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue