1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 00:46:53 +00:00
gcloud-help/gcloud/beta/recommender/recommender-config/update
2022-03-01 04:29:52 +00:00

69 lines
2.3 KiB
Text

NAME
gcloud beta recommender recommender-config update - update a recommender
configuration
SYNOPSIS
gcloud beta recommender recommender-config update RECOMMENDER --etag=ETAG
--location=LOCATION
(--organization=ORGANIZATION_ID | --project=PROJECT_ID)
[--annotations=KEY=VALUE,[KEY=VALUE,...]] [--config-file=CONFIG_FILE]
[--display-name=DISPLAY_NAME] [--validate-only] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Update a recommender configuration based on a given entity (project,
organization), location, and recommender.
EXAMPLES
To update a recommender configuration, run:
$ gcloud beta recommender recommender-config update ${RECOMMENDER} \
--project=${PROJECT} --location=${LOCATION}
--etag=\"123\" --config-file=config.yaml
POSITIONAL ARGUMENTS
RECOMMENDER
Recommender to use for this invocation.
REQUIRED FLAGS
--etag=ETAG
Etag of the recommender configuration.
--location=LOCATION
Location to use for this invocation.
Resource that is associated with cloud entity type.
Exactly one of these must be specified:
--organization=ORGANIZATION_ID
The Google Cloud Organization ID to use for this invocation.
--project=PROJECT_ID
The Google Cloud Project ID. Overrides the default core/project
property value for this command invocation.
OPTIONAL FLAGS
--annotations=KEY=VALUE,[KEY=VALUE,...]
Store small amounts of arbitrary data on the recommender configuration.
--config-file=CONFIG_FILE
Generation configuration file for the recommender configuration.
--display-name=DISPLAY_NAME
Display name of the recommender configuration.
--validate-only
If true, validate the request and preview the change, but do not
actually update it.
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.