cubic instances

$ cubic instances --help
List VM instances

Examples:

  $ cubic instances
  Name          Arch    CPUs     Memory   Disk Used   Disk Total   Running
  noble-arm64   arm64      8    8.0 GiB     4.4 GiB    100.0 GiB       yes
  trixie        amd64      6   16.0 GiB         n/a    100.0 GiB       yes
  fedora        amd64      4    4.0 GiB    10.0 GiB    100.0 GiB        no

  Show the process id of each running VM instance:
  $ cubic instances --all
  PID    Name          Arch    CPUs     Memory   Disk Used   Disk Total   Running
         noble-arm64   arm64      8    8.0 GiB     4.4 GiB    100.0 GiB       yes
  1059   trixie        amd64      6   16.0 GiB         n/a    100.0 GiB       yes
         fedora        amd64      4    4.0 GiB    10.0 GiB    100.0 GiB        no

Usage: cubic instances [OPTIONS]

Options:
  -a, --all
          Show all available information

  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

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