gcloud beta app update
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud beta app update - updates an App Engine application
- SYNOPSIS
-
-
gcloud beta app update[--service-account=SERVICE_ACCOUNT] [--[no-]split-health-checks] [--ssl-policy=SSL_POLICY] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)This command is used to update settings on an app engine application. - EXAMPLES
-
To enable split health checks on an application:
gcloudbetaappupdate--split-health-checksTo update the app-level service account on an application:
gcloudbetaappupdate--service-account=SERVICE_ACCOUNTTo update the app-level minimum SSL policy of the application:
gcloudbetaappupdate--ssl-policy=TLS_VERSION_1_2 - FLAGS
-
--service-account=SERVICE_ACCOUNT- The app-level default service account to update the app with.
--[no-]split-health-checks-
Enables/disables split health checks by default on new deployments. Use
--split-health-checksto enable and--no-split-health-checksto disable. --ssl-policy=SSL_POLICY-
The app-level SSL policy to update the app with.
SSL_POLICYmust 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,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
-
This command is currently in beta and might change without notice. These
variants are also available:
gcloudappupdategcloudalphaappupdate