vagrant/builtin
Sebastien Dionne 81e6dfa595
Merge pull request #13731 from survivant/main
Fix typos and linguistic errors in documentation / hacktoberfest
2025-11-21 10:52:25 +05:30
..
configvagrant Adds initial HCP config support 2023-09-07 17:26:10 -07:00
httpdownloader Adds initial HCP config support 2023-09-07 17:26:10 -07:00
myplugin add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
otherplugin add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
README.md Merge pull request #13731 from survivant/main 2025-11-21 10:52:25 +05:30

Built-in Plugins

This directory contains all the "built-in" plugins. These are real plugins, they dogfood the full plugin SDK, do not depend on any internal packages, and they are executed via subprocess just like a real plugin would be.

The difference is that these plugins are linked directly into the single command binary. We do this currently for ease of development of the project. In the future we will split these out into standalone repositories and binaries.