1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Aug 24 09:45:53 UTC 2022

This commit is contained in:
Automated 2022-08-24 09:45:53 +00:00
parent c614d893da
commit 978ed239f6
Failed to extract signature
127 changed files with 2957 additions and 251 deletions

View file

@ -6,7 +6,8 @@ SYNOPSIS
(--source-disk=SOURCE_DISK | --source-image=SOURCE_IMAGE
| --source-image-family=SOURCE_IMAGE_FAMILY
| --source-snapshot=SOURCE_SNAPSHOT | --source-uri=SOURCE_URI)
[--csek-key-file=FILE] [--description=DESCRIPTION] [--family=FAMILY]
[--architecture=ARCHITECTURE] [--csek-key-file=FILE]
[--description=DESCRIPTION] [--family=FAMILY]
[--forbidden-database-file=[DBX_VALUE,...]] [--force]
[--guest-os-features=[GUEST_OS_FEATURE,...]]
[--key-exchange-key-file=[KEK_VALUE,...]] [--labels=[KEY=VALUE,...]]
@ -104,6 +105,12 @@ REQUIRED FLAGS
https://cloud.google.com/storage/docs/request-endpoints#json-api.
OPTIONAL FLAGS
--architecture=ARCHITECTURE
Specifies the architecture or processor type that this image can
support. For available processor types on Compute Engine, see
https://cloud.google.com/compute/docs/cpu-platforms. ARCHITECTURE must
be one of: ARM64, X86_64.
--csek-key-file=FILE
Path to a Customer-Supplied Encryption Key (CSEK) key file that maps
Compute Engine images to user managed keys to be used when creating,

View file

@ -2,8 +2,9 @@ NAME
gcloud compute images update - update a Compute Engine image
SYNOPSIS
gcloud compute images update IMAGE_NAME [--description=DESCRIPTION]
[--family=FAMILY] [--update-labels=[KEY=VALUE,...]]
gcloud compute images update IMAGE_NAME [--architecture=ARCHITECTURE]
[--description=DESCRIPTION] [--family=FAMILY]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -31,6 +32,12 @@ POSITIONAL ARGUMENTS
Name of the disk image to update.
FLAGS
--architecture=ARCHITECTURE
Specifies the architecture or processor type that this image can
support. For available processor types on Compute Engine, see
https://cloud.google.com/compute/docs/cpu-platforms. ARCHITECTURE must
be one of: ARM64, X86_64.
--description=DESCRIPTION
An optional text description for the image.