mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +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
|
|
@ -5,7 +5,7 @@ SYNOPSIS
|
|||
gcloud beta saas-runtime saas update (SAAS : --location=LOCATION)
|
||||
[--labels=[LABELS,...]
|
||||
| --update-labels=[UPDATE_LABELS,...] --clear-labels
|
||||
| --remove-labels=[__REMOVE_LABELS,...]]
|
||||
| --remove-labels=REMOVE_LABELS]
|
||||
[--locations=[name=NAME]
|
||||
| --add-locations=[name=NAME] --clear-locations
|
||||
| --remove-locations=[name=NAME]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -108,8 +108,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)
|
||||
|
||||
Update locations.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue