cubic exec

$ cubic exec --help
Execute commands on VM instances

Examples:

  Update a VM instance:
  $ cubic exec noble "sudo apt update && sudo apt full-upgrade -y"

Usage: cubic exec [OPTIONS] <TARGET> <CMD>

Arguments:
  <TARGET>
          Target instance (format: [username@]instance, e.g. 'myinstance' or 'cubic@myinstance')

  <CMD>
          Command to execute in the virtual machine instance

Options:
  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

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