Available on crate feature
templates only.Expand description
faucet template โ the CLI half of the pipeline template registry (#444).
Register a parameterized config once into a store (sqlite: / postgres:// /
memory), then list / inspect / delete versions, or materialize one with
--param values and run it locally. Pointing faucet serve --history at the
same URL makes the very same templates triggerable over HTTP โ the CLI and
the control plane share one registry, not two.
Functionsยง
- run
- Execute the
templatesubcommand.