Installation
From source
Requires Rust 1.80+.
git clone https://github.com/connve/flowgen.git
cd flowgen
cargo install --path flowgen/app This installs the flowgen binary to ~/.cargo/bin/. Make sure it’s in your PATH.
flowgen --config config.yaml Docker
docker run -v $(pwd)/config.yaml:/etc/app/config.yaml
-v $(pwd)/flows:/etc/app/flows
ghcr.io/connve/flowgen:latest
--config /etc/app/config.yaml Kubernetes
Add the Helm repository and install:
helm install flowgen oci://ghcr.io/connve/charts/flowgen See the Helm chart values for configuration options.
Verify
flowgen --version
flowgen --help