v0.0.2
- restart command
- recreate / overwrite option on vm start
- parameter for running custom script command after vm creation
- cpu cores option
- more distros. arch, fedora, centos, alma
- list command shows more info:
- vm state
- cpu cores
- memory
- disk used
- ping interface
VmChamp --help
Description:
Usage:
VmChamp [command] [options]
Options:
--completion <completion> generate shell completion. (zsh or bash)
--version Show version information
-?, -h, --help Show help and usage information
Commands:
run, start <name> start a new VM [default: testvm]
clean delete all vms and images
remove, rm <name> removes a vm [default: testvm]
reboot, reset, restart <name> force restarts a vm [default: testvm]
ssh <name> connect to vm via ssh [default: testvm]
list, ls, ps list all existing vms
images, os get a list of all available os images
Full Changelog: v0.0.1...v0.0.2