mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--request-id=REQUEST_ID]
|
||||
[--labels=[LABELS,...]
|
||||
| --update-labels=[UPDATE_LABELS,...] --clear-labels
|
||||
| --remove-labels=[__REMOVE_LABELS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
| --remove-labels=REMOVE_LABELS] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update the metadata of a parameter (e.g. labels). This command will return
|
||||
|
|
@ -142,8 +142,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue