Operator QuickstartΒΆ
This is the shortest production path.
Generate a golden-path starter setup:
pleb init --workflow-template golden-path --outdir configs --force
Set paths and pulsars in:
configs/project.tomlconfigs/policy.toml
Validate:
pleb doctor --config configs/runs/workflow/pleb.workflow.toml
Plan:
pleb run --config configs/runs/workflow/pleb.workflow.toml --plan
Run:
pleb run --config configs/runs/workflow/pleb.workflow.toml