/vagrant-nuke

Primary LanguageRubyMIT LicenseMIT

vagrant-nuke

Travis Gem Gem

Vagrant plugin to remove all boxes listed under vagrant box list.

Installation

vagrant plugin install vagrant-nuke

Usage

Basic Usage

vagrant nuke

Options

This is nothing more than a list of boxes that would have been destroyed, same as vagrant box list

vagrant nuke -w
vagrant nuke --whatif

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request