vagrant/plugins
Christian Berendt 50bf36e747 display version by default when listing boxes
example usage:

$ vagrant box list
berendt/ubuntu-14.04-amd64 (virtualbox) [0.1.3]
berendt/ubuntu-14.04-amd64 (virtualbox) [0.1.4]
berendt/ubuntu-14.04-amd64 (virtualbox) [0.1.5]

related to issue #3313
2014-03-25 18:45:13 +01:00
..
commands display version by default when listing boxes 2014-03-25 18:45:13 +01:00
communicators/ssh communicators/ssh: change wording on retry 2014-03-21 17:48:03 -07:00
guests guests/debian: don't return from block [GH-3283] 2014-03-20 17:52:31 -07:00
hosts Fix Linux NFS exports pruning due to bad `sed` expression 2014-03-12 12:25:53 -07:00
kernel_v1 kernel/v1: provisioner upgrade works properly [GH-3092] 2014-03-10 13:44:24 -07:00
kernel_v2 kernel/v2: allow provisioner plugins to register without config 2014-03-19 17:37:52 -04:00
providers providers/virtualbox: fix missing interpolation [GH-3277] 2014-03-20 17:57:17 -07:00
provisioners provisioners/salt: style nitpicks 2014-03-12 20:04:57 -07:00
synced_folders Make shared folder type smb work for non-english windows 2014-03-17 15:11:45 +01: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.