mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 12 10:54:38 UTC 2025
This commit is contained in:
parent
6dc93282df
commit
a459a88a5f
152 changed files with 2634 additions and 1748 deletions
|
|
@ -4,11 +4,11 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta compute snapshots update SNAPSHOT_NAME
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute snapshots update updates labels for a Compute
|
||||
Engine snapshot.
|
||||
(BETA) Update a Compute Engine snapshot.
|
||||
|
||||
EXAMPLES
|
||||
To update labels k0 and k1 and remove labels with key k3, run:
|
||||
|
|
@ -61,6 +61,15 @@ FLAGS
|
|||
silently ignored. If --update-labels is also specified then
|
||||
--update-labels is applied first.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If set, the snapshot is global.
|
||||
|
||||
--region=REGION
|
||||
Region of the snapshot to update. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue