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
|
|
@ -309,6 +309,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.
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@ NAME
|
|||
project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta sql instances list [--show-edition] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
gcloud beta 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
|
||||
|
|
@ -15,6 +16,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.
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ SYNOPSIS
|
|||
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
|
||||
[--storage-size=STORAGE_SIZE] [--threads-per-core=THREADS_PER_CORE]
|
||||
[--tier=TIER, -t TIER] [--update-labels=[KEY=VALUE,...]]
|
||||
[--upgrade-sql-network-architecture]
|
||||
[--allowed-psc-projects=PROJECT,[PROJECT,...]
|
||||
| --clear-allowed-psc-projects]
|
||||
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
|
||||
|
|
@ -247,6 +248,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.
|
||||
|
|
@ -388,6 +393,11 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--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