2 个版本
0.1.1 | 2020年3月23日 |
---|---|
0.1.0 | 2020年3月23日 |
#244 在 模拟器
每月25 次下载
9KB
165 代码行
VMWare Fusion Wrapper for MacOS
vms 0.1.0
VMWare Fusion Manager
USAGE:
vms [FLAGS] [vm-path] <SUBCOMMAND>
FLAGS:
-d, --debug Show debug logs
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<vm-path> Path the Virtual Machines folder [default: ~/Documents/Virtual Machines.localized/]
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
list Show available VMs (* depicts an active VM)
start Start a VM by name
stop Stop a VM by name
suspend Suspend a VM by name
列出虚拟机
通过显示名称浏览可用的虚拟机,并且
$ vms list
vSRX
GNS3 VM
Ubuntu19.10
XRv1*
管理虚拟机
您可以通过显示名称快速停止、启动或挂起虚拟机,无需知道 .vmx
路径
$ vms start vSRX
started vSRX
依赖
~5–14MB
~160K SLoC