mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Aug 20 11:13:38 UTC 2025
This commit is contained in:
parent
d6d01162c7
commit
470b35e498
164 changed files with 1705 additions and 392 deletions
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud compute images import - import an image into Compute Engine
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute images import IMAGE_NAME
|
||||
gcloud compute images import IMAGE_NAME --cmd-deprecated
|
||||
(--source-file=SOURCE_FILE | --source-image=SOURCE_IMAGE
|
||||
| --aws-access-key-id=AWS_ACCESS_KEY_ID --aws-region=AWS_REGION
|
||||
--aws-secret-access-key=AWS_SECRET_ACCESS_KEY
|
||||
|
|
@ -76,6 +76,12 @@ POSITIONAL ARGUMENTS
|
|||
Name of the disk image to create.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cmd-deprecated
|
||||
The command you're using is deprecated and will be removed by December
|
||||
31, 2025. We recommend using gcloud compute migration image-imports
|
||||
instead. See our official documentation for more information.
|
||||
https://cloud.google.com/migrate/virtual-machines/docs/5.0/migrate/image_import.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
Image import from local file, Cloud Storage or Compute Engine image.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue