1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00

gcloud: Wed Aug 9 11:23:49 UTC 2023

This commit is contained in:
Automated 2023-08-09 11:23:49 +00:00
parent 678b9afba9
commit 19bfacfbed
148 changed files with 2955 additions and 379 deletions

View file

@ -43,6 +43,8 @@ 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,...]]
[--allowed-psc-projects=PROJECT,[PROJECT,...]
| --clear-allowed-psc-projects]
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
[--authorized-networks=NETWORK,[NETWORK,...]
| --clear-authorized-networks]
@ -372,6 +374,19 @@ FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
At most one of these can be specified:
--allowed-psc-projects=PROJECT,[PROJECT,...]
A comma-separated list of projects. Each project in this list may be
represented by a project number (numeric) or by a project id
(alphanumeric). This will allow PSC connections to be established
from specified consumer projects. This can be set only when PSC is
enabled.
--clear-allowed-psc-projects
This will clear the project allowlist of PSC, disallowing all
projects from creating new PSC bindings to the instance.
At most one of these can be specified:
--authorized-gae-apps=APP,[APP,...]