mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud alpha sql backups describe - retrieves information about a backup
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha sql backups describe ID --instance=INSTANCE, -i INSTANCE
|
||||
gcloud alpha sql backups describe ID [--instance=INSTANCE, -i INSTANCE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -10,10 +10,10 @@ DESCRIPTION
|
|||
|
||||
POSITIONAL ARGUMENTS
|
||||
ID
|
||||
The ID of the backup run. You can find the ID by running $ gcloud sql
|
||||
backups list -i {instance}.
|
||||
The ID of the backup run. To find the ID, run the following command: $
|
||||
gcloud sql backups list -i {instance}.
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
--instance=INSTANCE, -i INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue