vagrant-helper

0.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vagrant-helper

Weekly Downloads

3

Version

0.1.4

License

none

Last publish

Collaborators

  • charliephsu