cubic show

$ cubic show --help
Show VM images and instances

Use this command to inspect VM instance configuration and VM image details.

Examples:

  Show information of a VM instance
  $ cubic show trixie
  Arch:       amd64
  CPUs:       6
  Memory:     16.0 GiB
  Disk Used:  5.2 GiB
  Disk Total: 100.0 GiB
  User:       cubic
  Isolated:   no
  SSH Port:   54315
  SSH:        ssh -p 54315 cubic@localhost
  Forward:    127.0.0.1:4000:4000/tcp

  Show information of a VM image
  $ cubic show ubuntu:noble
  Name:         ubuntu:{24.04, noble}
  Image URL:    https://cloud-images.ubuntu.com/minimal/releases/noble/release/...
  Checksum URL: https://cloud-images.ubuntu.com/minimal/releases/noble/release/...

Usage: cubic show [OPTIONS] <NAME>

Arguments:
  <NAME>
          Name of the virtual machine image or instance

Options:
  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

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