cubic clone

$ cubic clone --help
Clone VM instances

Examples:

  Clone the VM instance 'my-instance' as 'my-instance2':
  $ cubic clone my-instance my-instance2

Usage: cubic clone [OPTIONS] <NAME> <NEW_NAME>

Arguments:
  <NAME>
          Name of the virtual machine instance to clone

  <NEW_NAME>
          Name of the copy

Options:
  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

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