Operator QuickstartΒΆ

This is the shortest production path.

  1. Generate a golden-path starter setup:

pleb init --workflow-template golden-path --outdir configs --force
  1. Set paths and pulsars in:

  • configs/project.toml

  • configs/policy.toml

  1. Validate:

pleb doctor --config configs/runs/workflow/pleb.workflow.toml
  1. Plan:

pleb run --config configs/runs/workflow/pleb.workflow.toml --plan
  1. Run:

pleb run --config configs/runs/workflow/pleb.workflow.toml