vagrant/plugins
sophia 28574348b9 Read only machine port forward info
In the VM config file port forward information is captured in the
Snapshot defition as well as the VM definition. This causes duplicates
in port forward entries if the file is queried for all available
network adapters. Querying the VM config file for the the Network
Adapters only part of the Machine definition resolves this and
yields the most up to date port forward info.
2023-01-12 12:02:00 -08:00
..
commands Isolate loading dependencies for serve command 2022-12-07 15:35:00 -08:00
communicators Ensure last line from extracting the SSH_AUTH_SOCK is not nil 2022-09-21 15:25:44 -04:00
guests Merge pull request #12740 from rbrunckhorst/solaris-sed-fix 2022-11-08 15:09:08 -08:00
hosts Merge pull request #12913 from nist/File.exists 2022-11-08 15:07:21 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Bring plugin options back to Ruby for providers and synced folders 2022-07-15 12:14:47 -05:00
providers Read only machine port forward info 2023-01-12 12:02:00 -08:00
provisioners Fix ansible install for older distributions 2022-12-08 17:10:00 -08:00
pushes Merge pull request #12646 from hashicorp/push-heroku-print-output 2022-07-28 16:36:55 -05:00
synced_folders Check for extra arguments in ssh info before appending 2022-11-08 16:48:57 -08: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