mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
|
|
@ -293,6 +293,10 @@ FLAGS
|
|||
production
|
||||
Production updates are stable and recommended for applications in
|
||||
production.
|
||||
week5
|
||||
week5 updates release after the production updates. Use the week5
|
||||
channel to receive a 5 week advance notification about the upcoming
|
||||
maintenance, so you can prepare your application for the release.
|
||||
|
||||
--maintenance-window-day=MAINTENANCE_WINDOW_DAY
|
||||
Day of week for maintenance window, in UTC time zone.
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@ NAME
|
|||
gcloud sql instances list - lists Cloud SQL instances in a given project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud sql instances list [--show-edition] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
gcloud sql instances list [--show-edition]
|
||||
[--show-sql-network-architecture] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -14,6 +15,12 @@ FLAGS
|
|||
--show-edition
|
||||
Show the edition field.
|
||||
|
||||
--show-sql-network-architecture
|
||||
Show the instance's current SqlNetworkArchitecture backend in addition
|
||||
to the default output list. An instance could use either the old or new
|
||||
network architecture. The new network architecture offers better
|
||||
isolation, reliability, and faster new feature adoption.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ SYNOPSIS
|
|||
[--[no-]require-ssl] [--ssl-mode=SSL_MODE]
|
||||
[--[no-]storage-auto-increase] [--storage-size=STORAGE_SIZE]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
|
||||
[--upgrade-sql-network-architecture]
|
||||
[--allowed-psc-projects=PROJECT,[PROJECT,...]
|
||||
| --clear-allowed-psc-projects]
|
||||
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
|
||||
|
|
@ -244,6 +245,10 @@ FLAGS
|
|||
production
|
||||
Production updates are stable and recommended for applications in
|
||||
production.
|
||||
week5
|
||||
week5 updates release after the production updates. Use the week5
|
||||
channel to receive a 5 week advance notification about the upcoming
|
||||
maintenance, so you can prepare your application for the release.
|
||||
|
||||
--maintenance-version=MAINTENANCE_VERSION
|
||||
The desired maintenance version of the instance.
|
||||
|
|
@ -371,6 +376,11 @@ FLAGS
|
|||
https://cloud.google.com/sql/pricing. WARNING: Instance will be
|
||||
restarted.
|
||||
|
||||
--upgrade-sql-network-architecture
|
||||
Upgrade from old network architecture to new network architecture. The
|
||||
new network architecture offers better isolation, reliability, and
|
||||
faster new feature adoption.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--allowed-psc-projects=PROJECT,[PROJECT,...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue