https://github.com/thepacketgeek/vmware-fusion-wrapper
VMware fusion wrapper CLI in Rust
https://github.com/thepacketgeek/vmware-fusion-wrapper
Last synced: 4 months ago
JSON representation
VMware fusion wrapper CLI in Rust
- Host: GitHub
- URL: https://github.com/thepacketgeek/vmware-fusion-wrapper
- Owner: thepacketgeek
- License: mit
- Created: 2020-03-18T00:09:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T02:41:38.000Z (over 5 years ago)
- Last Synced: 2025-03-05T16:43:15.583Z (4 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## VMWare Fusion Wrapper for MacOS
[](https://github.com/thepacketgeek/vmware-fusion-wrapper/actions)
## Installation
`$ cargo install vms````
vms 0.1.1
VMWare Fusion ManagerUSAGE:
vms [FLAGS] [vm-path]FLAGS:
-d, --debug Show debug logs
-h, --help Prints help information
-V, --version Prints version informationARGS:
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
```## Listing VMs
Browse available VMs by display name, and
```
$ vms list
vSRX
GNS3 VM
Ubuntu19.10
XRv1*
```## Managing VMs
You can quickly stop, start, or suspend VMs by display name, no need to know the `.vmx` path```
$ vms start vSRX
started vSRX
```