cubic instances

$ cubic instances --help
List VM instances

Examples:

  $ cubic instances
  Name          Arch    CPUs   Memory       Disk   Running
  noble-arm64   arm64      8   8192 M    4/100 G       yes
  trixie        amd64      6     16 G      100 G       yes
  fedora        amd64      4   4096 M   10/100 G        no

  Show the process id of each running VM instance:
  $ cubic instances --all
  PID    Name          Arch    CPUs   Memory       Disk   Running
         noble-arm64   arm64      8   8192 M    4/100 G       yes
  1059   trixie        amd64      6     16 G      100 G       yes
         fedora        amd64      4   4096 M   10/100 G        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')