gcloud_beta_app_update (1)
NAME
- gcloud beta app update - updates an App Engine application
SYNOPSIS
-
gcloud beta app update [--[no-]split-health-checks] [--[no-]use-container-optimized-os] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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 beta app update --split-health-checks
NOTES
This command is currently in BETA and may change without notice. These variants are also available:
- $ gcloud app update $ gcloud alpha app update