gcloud_alpha_app_update (1)
NAME
- gcloud alpha app update - updates an App Engine application
SYNOPSIS
-
gcloud alpha app update [--[no-]split-health-checks] [--[no-]use-container-optimized-os] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command is used to update settings on an app engine
FLAGS
-
- --[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.
- --[no-]use-container-optimized-os
-
Enables/disables Container-Optimized OS as Flex base VM image by default on new
deployments. Use --use-container-optimized-os to enable and
--no-use-container-optimized-os to disable.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To enable split health checks on an application:
- $ gcloud alpha app update --split-health-checks
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud app update $ gcloud beta app update