andrewchilds / overcast

Orchestrate VMs from your terminal
MIT License
478 stars 36 forks source link

Vagrant/Virtualbox support #17

Closed andrewchilds closed 10 years ago

andrewchilds commented 10 years ago

Would be great to be able to use Vagrant/Virtualbox like a local cloud provider:

overcast virtualbox create [instance] --image trusty64 --ram 512
overcast virtualbox reboot [instance]
overcast virtualbox shutdown [instance]
overcast virtualbox boot [instance]
overcast virtualbox destroy [instance]