1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -32,10 +32,10 @@ SYNOPSIS
[--engine-configs=[ENGINE_CONFIGS,...]
| --update-engine-configs=[UPDATE_ENGINE_CONFIGS,...]
--clear-engine-configs
| --remove-engine-configs=[__REMOVE_ENGINE_CONFIGS,...]]
| --remove-engine-configs=REMOVE_ENGINE_CONFIGS]
[--labels=[LABELS,...]
| --update-labels=[UPDATE_LABELS,...] --clear-labels
| --remove-labels=[__REMOVE_LABELS,...]] [GCLOUD_WIDE_FLAG ...]
| --remove-labels=REMOVE_LABELS] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update the configuration of a Memorystore instance.
@ -754,8 +754,21 @@ FLAGS
--clear-engine-configs
Clear engine_configs value and set to empty map.
--remove-engine-configs=[__REMOVE_ENGINE_CONFIGS,...]
Remove existing value from map engine_configs.
--remove-engine-configs=REMOVE_ENGINE_CONFIGS
Remove existing value from map engine_configs. Sets
remove_engine_configs value.
Shorthand Example:
--remove-engine-configs=string,string
JSON Example:
--remove-engine-configs=["string"]
File Example:
--remove-engine-configs=path_to_file.(yaml|json)
Update labels.
@ -813,8 +826,20 @@ FLAGS
--clear-labels
Clear labels value and set to empty map.
--remove-labels=[__REMOVE_LABELS,...]
Remove existing value from map labels.
--remove-labels=REMOVE_LABELS
Remove existing value from map labels. Sets remove_labels value.
Shorthand Example:
--remove-labels=string,string
JSON Example:
--remove-labels=["string"]
File Example:
--remove-labels=path_to_file.(yaml|json)
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,