cubic rename
$ cubic rename --help
Rename VM instances
Examples:
Rename the VM instance 'noble' in 'ubuntu':
$ cubic rename noble ubuntu
Usage: cubic rename [OPTIONS] <OLD_NAME> <NEW_NAME>
Arguments:
<OLD_NAME>
Name of the virtual machine instance to rename
<NEW_NAME>
New name of the virtual machine instance
Options:
-v, --verbose
Increase logging output
-q, --quiet
Reduce logging output
-h, --help
Print help (see a summary with '-h')