1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +00:00
gcloud-help/gcloud/container/images/help

47 lines
905 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud container images - list and manipulate Google Container Registry
images
SYNOPSIS
gcloud container images COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List and manipulate Google Container Registry images.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
add-tag
Adds tags to existing image.
delete
Delete existing images.
describe
Lists information about the specified image.
list
List existing images.
2024-03-06 09:53:10 +00:00
list-gcr-usage
List Container Registry usage.
2022-03-01 04:29:52 +00:00
list-tags
List tags and digests for the specified image.
untag
Remove existing image tags.
NOTES
These variants are also available:
$ gcloud alpha container images
$ gcloud beta container images