mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jun 8 11:29:23 UTC 2023
This commit is contained in:
parent
91de7103bb
commit
435c9359b5
115 changed files with 1566 additions and 491 deletions
|
|
@ -2,10 +2,11 @@ NAME
|
|||
gcloud alpha compute images list - list Google Compute Engine images
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute images list [NAME ...] [--preview-images]
|
||||
[--regexp=REGEXP, -r REGEXP] [--show-deprecated] [--no-standard-images]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha compute images list [NAME ...] [--image-zone=IMAGE_ZONE]
|
||||
[--preview-images] [--regexp=REGEXP, -r REGEXP] [--show-deprecated]
|
||||
[--no-standard-images] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute images list displays all Google Compute Engine
|
||||
|
|
@ -35,6 +36,11 @@ POSITIONAL ARGUMENTS
|
|||
instead.
|
||||
|
||||
FLAGS
|
||||
--image-zone=IMAGE_ZONE
|
||||
Zone to query. Returns the latest image available in the image family,
|
||||
for the specified zone. If not specified, returns the latest globally
|
||||
available image.
|
||||
|
||||
--preview-images
|
||||
Show images that are in limited preview. The preview image projects
|
||||
are: (none)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue