- NAME
-
- gcloud beta app update - updates an App Engine application
- SYNOPSIS
-
-
gcloud beta app update
[--service-account
=SERVICE_ACCOUNT
] [--[no-]split-health-checks
] [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:
gcloud beta app update --split-health-checks
To update the app-level service account on an application:
gcloud beta app update --service-account=SERVICE_ACCOUNT
- 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-checks
to enable and--no-split-health-checks
to disable.
- 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 help
for details. - NOTES
-
This command is currently in beta and might change without notice. These
variants are also available:
gcloud app update
gcloud alpha app update
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.