- NAME
- gcloud-preview-replica-pools-update-template - Updates the template for an existing replica pool.
- SYNOPSIS
-
gcloud preview replica-pools update-template POOL [--api-version API_VERSION; default="v1beta1"] [--format FORMAT] [--help] [--param PARAM=VALUE [PARAM=VALUE …]] [--param-from-file PARAM=FILE_PATH [PARAM=FILE_PATH …]] [--project PROJECT] [--quiet, -q] --template TEMPLATE [-h]
- DESCRIPTION
- This command updates the template for an existing replica pool.
- The new template won’t apply to existing replicas unless they are restarted but applies to all new replicas added to the replica pool.
- POSITIONAL ARGUMENTS
-
-
POOL
- Replica pool name.
-
- FLAGS
-
-
--api-version
API_VERSION
- Optional API version.
-
--format
FORMAT
- Specify a format for printed output. By default, a command-specific human-friendly output format is used. Setting this flag to one of the available options will serialize the result of the command in the chosen format and print it to stdout. Supported formats are: "json", "text", "yaml".
-
--help
- Display detailed help.
-
--param
PARAM=VALUE [PARAM=VALUE …]
- A list of key=value parameters to substitute in the template before the template is submitted to the replica pool. This does not change the actual template file.
-
--param-from-file
PARAM=FILE_PATH [PARAM=FILE_PATH …]
- A list of files each containing a key=value parameter to substitute in the template before the template is submitted to the replica pool. This does not change the actual template file.
-
--project
PROJECT
- Google Cloud Platform project to use for this invocation.
-
--quiet
- Disable all interactive prompts when running gcloud commands. If input is required, defaults will be used, or an error will be raised.
-
--template
TEMPLATE
- Path to YAML or JSON file containing the new replica pool template.
-
-h
- Print a summary help and exit.
-
gcloud preview replica-pools update-template
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License , and code samples are licensed under the Apache 2.0 License . For details, see our Site Policies .
Last updated August 11, 2014.