vagrant/plugins
2022-04-25 12:24:17 -05:00
..
commands Kind of manually parse vagrantfile for provisioners 2022-04-25 12:24:17 -05:00
communicators Check for nil return from forwarded ports cap 2020-08-19 17:13:33 -05:00
guests Merge pull request #12575 from chrisroberts/fix-coreos 2021-11-05 10:39:26 -07:00
hosts Fix missing VagrantPlugins::HostDarwin::Cap::Version on Big Sur 2021-11-08 16:22:12 +01:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Collect config for Vagrantfile config element that does not exist in Ruby 2022-04-25 12:24:17 -05:00
providers Clean up debugging cruft 2022-04-25 12:24:09 -05:00
provisioners Updates chef_installed variable names to be more functional 2021-10-24 12:32:37 -05:00
pushes Fix VAGRANT_CWD handling in vagrant push ftp 2022-01-06 18:09:30 -06:00
synced_folders Extract os friendly mount name for vbox shared folders 2021-02-10 15:25:56 -06:00
README.md Return a result from an up action 2022-04-25 12:23:51 -05:00

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.

Generate proto

grpc_tools_ruby_protoc -I . --ruby_out=gen/plugin --grpc_out=gen/plugin ./plugin_server.proto