vagrant/plugins
Brian Cain e19f54457d
Fixes #10908: Preserve in-use boxes when force flag is used with prune
Prior to this commit, `vagrant box prune --force` would not prompt a
user to prune Vagrant boxes, even if that box was in use. There was no
way to prune boxes, ignore the prompt, but keep in-use boxes. This
commit adds a new flag that can be combined with `--force`, that will
keep in-use boxes but prune older boxes without prompting the user.
2019-09-04 15:54:11 -07:00
..
commands Fixes #10908: Preserve in-use boxes when force flag is used with prune 2019-09-04 15:54:11 -07:00
communicators Remove require of net/sftp library 2019-03-20 13:02:08 -07:00
guests Added fall through logic with error messages if OS is unrecognized. 2019-08-03 20:59:41 +05:30
hosts Fixes #10609: Properly set BSD options for /etc/exports 2019-06-13 11:44:12 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Remove "command" string from logger 2019-05-13 13:26:47 -07:00
providers Merge pull request #10890 from briancain/add-usability-check-for-docker-plus-tests 2019-06-05 07:58:23 -07:00
provisioners Fix windows binary check for chef provisioner 2019-06-17 14:06:03 -07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Merge pull request #10902 from briancain/fixup-rsync-listener 2019-06-17 08:20:37 -07:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.