- NAME
- gcloud compute images list - list Google Compute Engine images
- SYNOPSIS
-
gcloud compute images list
[NAME
…] [--format
FORMAT
] [--help
] [--limit
LIMIT
] [--no-standard-images
] [--project
PROJECT_ID
] [--quiet
, -q
] [--regexp
REGEXP
, -r
REGEXP
] [--show-deprecated
] [--show-preview-images
] [--sort-by
SORT_BY
] [--uri
] [-h
]
- DESCRIPTION
- List Google Compute Engine images.
- POSITIONAL ARGUMENTS
-
[
NAME
…]
-
If provided, show details for the specified names and/or URIs of resources.
- FLAGS
-
--limit
LIMIT
-
The maximum number of results.
-
--no-standard-images
-
If provided, images from well-known image projects are not
shown. The well known image projects are: centos-cloud, coreos-cloud, debian-cloud, google-containers, opensuse-cloud, rhel-cloud, suse-cloud, ubuntu-os-cloud.
-
--regexp
REGEXP
, -r
REGEXP
-
A regular expression to filter the names of the results on. Any names
that do not match the entire regular expression will be filtered out.
-
--show-deprecated
-
If provided, deprecated images are shown.
-
--show-preview-images
-
If provided, images in limited preview are shown. The preview image
projects are: windows-cloud.
-
--sort-by
SORT_BY
-
A field to sort by. To perform a descending-order sort, prefix
the value of this flag with a tilde (
~
).
-
--uri
-
If provided, the list command will only print URIs for the
resources returned. If this flag is not provided, the list
command will print a human-readable table of useful resource
data.
- GLOBAL FLAGS
-
--format
FORMAT
-
Specify a format for printed output. By default, a command-specific
human-friendly output format is used. Setting this flag to one of
the available options will serialize the result of the command in
the chosen format and print it to stdout. Supported formats are:
json
, text
, yaml
.
-
--help
-
Display detailed help.
-
--project
PROJECT_ID
-
The Google Cloud Platform project name to use for this invocation. If
omitted then the current project is assumed.
-
--quiet
, -q
-
Disable all interactive prompts when running gcloud commands. If input
is required, defaults will be used, or an error will be raised.
-
-h
-
Print a summary help and exit.
- NOTES
- This command is in the Google Cloud SDK
compute
component. See
installing components
if it is not installed.