vagrant-helper
v0.1.4
Published
Node commandline application to help with multiple vagrantfiles.
Downloads
3
Readme
vagrant-helper
A simple helper for managing and launching many vagrant boxes
##How to use
- list : list vagrant boxes managed by vagrant-helper
- add (path with a Vagrantfile) add box to list, the boxname will be taken from the Vagrantfile
- remove (boxname) : remove the box from the list
- status [boxname] : show the vagrant status, no boxname will show all statuses
- Other vagrant commands
- up
- ssh
- halt
- reload
- resume
##Misc I wrote a short blog post about it here: http://charliephsu.github.io/tools/2014/03/18/vagrant-helper.html