mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-27 20:30:17 -04:00
10 lines
473 B
Markdown
10 lines
473 B
Markdown
# 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.
|