Vagrant plugin to remove all boxes listed under vagrant box list.
vagrant plugin install vagrant-nuke
vagrant nuke
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
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request