Pipeline Overview
The 6-stage DPG compilation pipeline, the Registry pattern, and where extension points live.
DPG exposes a stable public API in pkg/dpg for plugin authors. Extensions register with the DPG pipeline registry and are called during normal dpg command execution.
| Page | Description |
|---|---|
| Pipeline Overview | 6-stage pipeline, Registry pattern, extension points |
| Plugin API | Writing linters, snapshot stores, apply executors, secret resolvers |
The 6-stage DPG compilation pipeline, the Registry pattern, and where extension points live.
Writing custom linters, snapshot stores, apply executors, and secret resolvers using the pkg/dpg public API.