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

gcloud: Thu Jun 23 08:40:08 UTC 2022

This commit is contained in:
Automated 2022-06-23 08:40:08 +00:00
parent 5378794555
commit 8b80260bd9
Failed to extract signature
144 changed files with 4593 additions and 192 deletions

View file

@ -3,7 +3,8 @@ NAME
instances
SYNOPSIS
gcloud alpha sql flags list [--database-version=DATABASE_VERSION]
gcloud alpha sql flags list
[--database-version=DATABASE_VERSION; default="MYSQL_8_0"]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
@ -11,9 +12,9 @@ DESCRIPTION
(ALPHA) List customizable flags for Google Cloud SQL instances.
FLAGS
--database-version=DATABASE_VERSION
The database engine type and versions. If left unspecified, the API
defaults are used. See the list of database versions at
--database-version=DATABASE_VERSION; default="MYSQL_8_0"
The database engine type and versions. If left unspecified, MYSQL_8_0
is used. See the list of database versions at
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
LIST COMMAND FLAGS