mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 23 08:27:29 UTC 2022
This commit is contained in:
parent
971306823a
commit
cd34e797ae
109 changed files with 1563 additions and 627 deletions
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud alpha bms instances update - update a Bare Metal Solution instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha bms instances update (INSTANCE : --region=REGION)
|
||||
gcloud alpha bms instances update (INSTANCE : --region=REGION) [--async]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -52,6 +52,10 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --region on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
is modified. Otherwise, a new label is created.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue