Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thepacketgeek/vmware-fusion-wrapper

VMware fusion wrapper CLI in Rust
https://github.com/thepacketgeek/vmware-fusion-wrapper

Last synced: about 10 hours ago
JSON representation

VMware fusion wrapper CLI in Rust

Awesome Lists containing this project

README

        

## VMWare Fusion Wrapper for MacOS

[![Actions Status](https://github.com/thepacketgeek/vmware-fusion-wrapper/workflows/Cargo/badge.svg)](https://github.com/thepacketgeek/vmware-fusion-wrapper/actions)

## Installation
`$ cargo install vms`

```
vms 0.1.1
VMWare Fusion Manager

USAGE:
vms [FLAGS] [vm-path]

FLAGS:
-d, --debug Show debug logs
-h, --help Prints help information
-V, --version Prints version information

ARGS:
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
```