
tart
List of commands for tart:
-
tart:tldr:133a4 tart: Get IP address of a running VM.$ tart ip ${vm-name}try on your machineexplain this command
-
tart:tldr:5348b tart: Clone a VM from a local or remote image source.$ tart clone ${source-vm} ${vm-name}try on your machineexplain this command
-
tart:tldr:55616 tart: Create a new Mac VM from a specific ipsw file.$ tart create --from-ipsw=${select} ${vm-name}try on your machineexplain this command
-
tart:tldr:6a4de tart: Run an existing VM.$ tart run ${vm-name}try on your machineexplain this command
-
tart:tldr:6f42c tart: Pull a remote VM image.$ tart pull ${acme-io-org-name:tag}try on your machineexplain this command
-
tart:tldr:70da3 tart: Run an existing VM with a specific mounted directory.$ tart run --dir=${path-to-directory}:${-path-to-local_directory} ${vm-name}try on your machineexplain this command
-
tart:tldr:7a7aa tart: Change a VM's display resolution.$ tart set ${vm-name} --display ${640}x${400}try on your machineexplain this command