Paul Hinze a841da4fc6
Add a simple push plugin in Go
The only tweak required to get this to work was allowing a DummyConfig
to survive being passed through a remote plugin on the Ruby side.
2022-04-25 12:26:21 -05:00
..
2022-04-25 12:26:21 -05:00
2022-04-25 12:24:48 -05:00
2022-04-25 12:23:57 -05:00

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 future we will split these out into standalone repositories and binaries.