cubic start

$ cubic start --help
Start VM instances

Examples:

  Start the VM instance 'my-instance'
  $ cubic start my-instance

  Start and wait for the VM instance 'my-instance' to start
  $ cubic start --wait my-instance

  Start multiple VM instances
  $ cubic start trixie noble

  Pass additional arguments to QEMU
  $ cubic start trixie --qemu-args="-sandbox on"

Usage: cubic start [OPTIONS] [INSTANCES]...

Arguments:
  [INSTANCES]...
          Name of the virtual machine instances to start

Options:
      --qemu-args <QEMU_ARGS>
          Pass additional QEMU arguments

  -w, --wait
          Wait until the VM instance has started

  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

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