Forrest logo
back to the tart tool

tart:tldr:5348b

tart: Clone a VM from a local or remote image source.
$ tart clone ${source-vm} ${vm-name}
try on your machine

This command is using the "tart" tool to create a clone of a virtual machine. Here is a breakdown of the command:

  • "tart" refers to the specific tool or program being used.
  • "clone" is the action being performed, indicating that a clone of a virtual machine will be created.
  • "${source-vm}" is a placeholder for the name or identifier of the virtual machine that will be used as the source for cloning.
  • "${vm-name}" is a placeholder for the desired name of the new cloned virtual machine.

In summary, this command is creating a clone of a virtual machine specified by "${source-vm}" and giving the clone a name specified by "${vm-name}".

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the tart tool