vagrant-helper

Node commandline application to help with multiple vagrantfiles.

Usage no npm install needed!

<script type="module">
  import vagrantHelper from 'https://cdn.skypack.dev/vagrant-helper';
</script>

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