mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
88 lines
2.3 KiB
Text
88 lines
2.3 KiB
Text
NAME
|
|
gcloud alpha compute images - list, create, and delete Compute Engine
|
|
images
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute images GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Create and manipulate Compute Engine images.
|
|
|
|
For more information about images, see the images documentation
|
|
(https://cloud.google.com/compute/docs/images).
|
|
|
|
See also: Images API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/images).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
packages
|
|
(ALPHA) List and diff image packages.
|
|
|
|
vulnerabilities
|
|
(ALPHA) List and describe image vulnerabilities and related notes.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
(ALPHA) Add IAM policy binding to a Compute Engine image.
|
|
|
|
add-labels
|
|
(ALPHA) Add labels to Google Compute Engine images.
|
|
|
|
create
|
|
(ALPHA) Create Compute Engine images.
|
|
|
|
delete
|
|
(ALPHA) Delete Compute Engine images.
|
|
|
|
deprecate
|
|
(ALPHA) Manage deprecation status of Compute Engine images.
|
|
|
|
describe
|
|
(ALPHA) Describe a Compute Engine image.
|
|
|
|
describe-from-family
|
|
(ALPHA) Describe the latest image from an image family.
|
|
|
|
export
|
|
(ALPHA) Export a Compute Engine image.
|
|
|
|
get-iam-policy
|
|
(ALPHA) Get the IAM policy for a Compute Engine image.
|
|
|
|
import
|
|
(ALPHA) Import an image into Compute Engine.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine images.
|
|
|
|
remove-iam-policy-binding
|
|
(ALPHA) Remove IAM policy binding from a Compute Engine image.
|
|
|
|
remove-labels
|
|
(ALPHA) Remove labels from Google Compute Engine images.
|
|
|
|
set-iam-policy
|
|
(ALPHA) Set the IAM policy for a Compute Engine image.
|
|
|
|
update
|
|
(ALPHA) Update a Compute Engine image.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute images
|
|
|
|
$ gcloud beta compute images
|
|
|