For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai images list

List images for a project

Synopsis

List container images in the deployment registry for a specific project.

iai images list [flags]

Examples

  iai images list
  iai images list --organization my-org --project my-project
  iai images list --json
  iai images list --yaml

Options

  -h, --help                  help for list
      --json                  Output raw API response as JSON
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name to list images for
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?