vagrant/plugins
Brian Cain 11ddd0136d
(#9044) Show all box providers in command outdated
Prior to this commit, when the `--global` flag was used with the
`vagrant box outdated` command, it would ignore box providers and not
inform the user of all outdated boxes. This commit fixes that by
displaying each box within the users environment, and includes the
provider of the box in the message.
2018-01-08 09:43:28 -08:00
..
commands (#9044) Show all box providers in command outdated 2018-01-08 09:43:28 -08:00
communicators (#9062) Deprecate :paranoid in favor of :verify_host_key 2018-01-05 10:02:45 -08:00
guests Merge pull request #9205 from mcandre/patch-1 2017-12-13 15:42:25 -08:00
hosts Merge pull request #8746 from mastersin/alt 2017-09-06 17:49:38 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 (#9062) Deprecate :paranoid in favor of :verify_host_key 2018-01-05 10:02:45 -08:00
providers Merge pull request #8863 from michaeltlombardi/FullyQualifyHyperVCmdlets 2018-01-04 10:27:09 -08:00
provisioners Merge pull request #9173 from hashicorp/gildegoma/fix-ansible-ask-sudo-pass-deprecation 2017-12-14 21:46:23 +01:00
pushes Use Integer instead of Fixnum for Ruby 2.4+ compatibility. 2017-10-23 10:57:36 -07:00
synced_folders (#9062) Deprecate :paranoid in favor of :verify_host_key 2018-01-05 10:02:45 -08: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.