mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
gcloud: Thu Jun 26 10:50:44 UTC 2025
This commit is contained in:
parent
3a534cb57c
commit
f645b4c02d
150 changed files with 4099 additions and 393 deletions
|
|
@ -10,8 +10,11 @@ SYNOPSIS
|
|||
[--image-name=IMAGE_NAME] [--kms-key=KMS_KEY]
|
||||
[--labels=[KEY=VALUE,...]] [--single-region-storage]
|
||||
[--target-project=TARGET_PROJECT]
|
||||
[--skip-os-adaptation | --boot-conversion=BOOT_CONVERSION
|
||||
--generalize --license-type=LICENSE_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--skip-os-adaptation | --adaptation-modifiers=ADAPTATION_MODIFIERS
|
||||
--boot-conversion=BOOT_CONVERSION --generalize
|
||||
--license-type=LICENSE_TYPE
|
||||
--rootfs-uuid=ROOTFS_UUID --suppress-package-installation-failure]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud migration vms image-imports create imports images such as VMWare
|
||||
|
|
@ -108,6 +111,11 @@ OPTIONAL FLAGS
|
|||
--skip-os-adaptation
|
||||
If true, skip OS adaptation. Default false.
|
||||
|
||||
--adaptation-modifiers=ADAPTATION_MODIFIERS
|
||||
A map of flags to pass to the OS adaptation process. The actual value
|
||||
depends on the modifier and can also be empty. e.g.
|
||||
--adaptation-modifiers=flag1=value1,flag2
|
||||
|
||||
--boot-conversion=BOOT_CONVERSION
|
||||
This property will trigger an internal process which will convert the
|
||||
image from using the existing boot option to another. The size of the
|
||||
|
|
@ -130,6 +138,13 @@ OPTIONAL FLAGS
|
|||
compute-engine-license-type-default,
|
||||
compute-engine-license-type-payg.
|
||||
|
||||
--rootfs-uuid=ROOTFS_UUID
|
||||
Identifies the file system to adapt.
|
||||
|
||||
--suppress-package-installation-failure
|
||||
If true, suppress package installation failure and continue with a
|
||||
warning.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -15,8 +15,11 @@ SYNOPSIS
|
|||
[--target-project=TARGET_PROJECT]
|
||||
[--enable-integrity-monitoring --enable-vtpm --secure-boot=SECURE_BOOT]
|
||||
[--scopes=[SCOPES,...] --service-account=SERVICE_ACCOUNT]
|
||||
[--skip-os-adaptation | --boot-conversion=BOOT_CONVERSION
|
||||
--generalize --license-type=LICENSE_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--skip-os-adaptation | --adaptation-modifiers=ADAPTATION_MODIFIERS
|
||||
--boot-conversion=BOOT_CONVERSION --generalize
|
||||
--license-type=LICENSE_TYPE
|
||||
--rootfs-uuid=ROOTFS_UUID --suppress-package-installation-failure]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud migration vms machine-image-imports create Imports machine images
|
||||
|
|
@ -157,6 +160,11 @@ OPTIONAL FLAGS
|
|||
--skip-os-adaptation
|
||||
If true, skip OS adaptation. Default false.
|
||||
|
||||
--adaptation-modifiers=ADAPTATION_MODIFIERS
|
||||
A map of flags to pass to the OS adaptation process. The actual value
|
||||
depends on the modifier and can also be empty. e.g.
|
||||
--adaptation-modifiers=flag1=value1,flag2
|
||||
|
||||
--boot-conversion=BOOT_CONVERSION
|
||||
This property will trigger an internal process which will convert the
|
||||
image from using the existing boot option to another. The size of the
|
||||
|
|
@ -177,6 +185,13 @@ OPTIONAL FLAGS
|
|||
compute-engine-license-type-default,
|
||||
compute-engine-license-type-payg.
|
||||
|
||||
--rootfs-uuid=ROOTFS_UUID
|
||||
Identifies the file system to adapt.
|
||||
|
||||
--suppress-package-installation-failure
|
||||
If true, suppress package installation failure and continue with a
|
||||
warning.
|
||||
|
||||
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