.. _ref_cubic_exec: cubic exec ===== .. code-block:: $ 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] Arguments: Target instance (format: [username@]instance, e.g. 'myinstance' or 'cubic@myinstance') 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')