mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 12 10:54:38 UTC 2025
This commit is contained in:
parent
6dc93282df
commit
a459a88a5f
152 changed files with 2634 additions and 1748 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud app update [--service-account=SERVICE_ACCOUNT]
|
||||
[--[no-]split-health-checks] [GCLOUD_WIDE_FLAG ...]
|
||||
[--[no-]split-health-checks] [--ssl-policy=SSL_POLICY]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
This command is used to update settings on an app engine application.
|
||||
|
|
@ -17,6 +18,10 @@ EXAMPLES
|
|||
|
||||
$ gcloud app update --service-account=SERVICE_ACCOUNT
|
||||
|
||||
To update the app-level minimum SSL policy of the application:
|
||||
|
||||
$ gcloud app update --ssl-policy=TLS_VERSION_1_2
|
||||
|
||||
FLAGS
|
||||
--service-account=SERVICE_ACCOUNT
|
||||
The app-level default service account to update the app with.
|
||||
|
|
@ -26,6 +31,10 @@ FLAGS
|
|||
--split-health-checks to enable and --no-split-health-checks to
|
||||
disable.
|
||||
|
||||
--ssl-policy=SSL_POLICY
|
||||
The app-level SSL policy to update the app with. SSL_POLICY must be one
|
||||
of: TLS_VERSION_1_0, TLS_VERSION_1_2.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue