1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Mar 23 08:27:29 UTC 2022

This commit is contained in:
Automated 2022-03-23 08:27:29 +00:00
parent 971306823a
commit cd34e797ae
109 changed files with 1563 additions and 627 deletions

View file

@ -10,6 +10,21 @@ SYNOPSIS
DESCRIPTION
Lists all instance operations for the given Cloud SQL instance.
EXAMPLES
To list operations for instances with ID "prod-instance" , run:
$ gcloud sql operations list --instance=prod-instance
To list operations for instances with ID "prod-instance" that have 10
results, run:
$ gcloud 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 sql operations list --instance=prod-instance --page-size=10
REQUIRED FLAGS
--instance=INSTANCE, -i INSTANCE
Cloud SQL instance ID.