vagrant-sandbox

vagrant-sandbox is a plugin for Vagrant which allows a developer to execute sandbox tasks on the host using the vagrant rake command and have them be invoked on the guest. This alleviates the need to SSH into the VM to interact with sandboxes.

Built from mitchellh's vagrant-rake example

Installing / Getting Started

'gem install vagrant-sandbox'

TODO

  • vagrant sandbox use foo should drop user into sandbox foo (vagrant ssh; sandbox use foo)
  • stream stdout/stderr
  • bash completion
  • usage messages
  • shared folder assistance?