vagrant/plugins
2024-11-11 15:49:42 -08:00
..
commands Update authentication handling with client wrapper 2024-11-11 15:49:42 -08:00
communicators Use helper for require calls 2024-11-06 17:33:00 -08:00
guests Use helper for require calls 2024-11-06 17:33:00 -08:00
hosts Use helper for require calls 2024-11-06 17:33:00 -08:00
kernel_v1 add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
kernel_v2 Use helper for require calls 2024-11-06 17:33:00 -08:00
providers Use helper for require calls 2024-11-06 17:33:00 -08:00
provisioners Use helper for require calls 2024-11-06 17:33:00 -08:00
pushes Use helper for require calls 2024-11-06 17:33:00 -08:00
synced_folders Use helper for require calls 2024-11-06 17:33:00 -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