cubic images

$ cubic images --help
List VM images

Examples:

  $ cubic images
  Name                Tags                       Arch     Size   Cached
  archlinux:rolling   stable, latest             amd64   531 M       no
  debian:12           bookworm                   amd64   429 M       no
  debian:13           trixie, stable, latest     amd64   414 M      yes
  fedora:43                                      amd64   556 M       no
  fedora:44           stable, latest             amd64   557 M       no
  [...]
  ubuntu:25.10        questing                   amd64   394 M       no
  ubuntu:26.04        resolute, stable, latest   amd64   408 M      yes
  [...]

  Use the name of a row or swap its version for one of its tags, so
  ubuntu:26.04, ubuntu:resolute and ubuntu:latest are the same image.
  Every distribution carries two extra tags. The tag latest is the newest
  release and the tag stable is the newest long term release, which is the
  last LTS for Ubuntu and the current stable for Debian. A rolling release
  such as archlinux:rolling has no version and uses the same image for both.

Usage: cubic images [OPTIONS]

Options:
  -a, --all
          Show all images

  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

  -h, --help
          Print help (see a summary with '-h')