mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Mar 23 08:27:29 UTC 2022
This commit is contained in:
parent
971306823a
commit
cd34e797ae
109 changed files with 1563 additions and 627 deletions
|
|
@ -10,6 +10,23 @@ SYNOPSIS
|
|||
DESCRIPTION
|
||||
(ALPHA) Lists all instance operations for the given Cloud SQL instance.
|
||||
|
||||
EXAMPLES
|
||||
To list operations for instances with ID "prod-instance" , run:
|
||||
|
||||
$ gcloud alpha sql operations list --instance=prod-instance
|
||||
|
||||
To list operations for instances with ID "prod-instance" that have 10
|
||||
results, run:
|
||||
|
||||
$ gcloud alpha sql operations list --instance=prod-instance \
|
||||
--limit=10
|
||||
|
||||
To list operations for instances with ID "prod-instance" that have 10
|
||||
results in a page, run:
|
||||
|
||||
$ gcloud alpha sql operations list --instance=prod-instance \
|
||||
--page-size=10
|
||||
|
||||
REQUIRED FLAGS
|
||||
--instance=INSTANCE, -i INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue