pub fn run(project: &Path, flow: &str) -> (Option<Rendered>, i32)Expand description
keel flows force <FLOW> for project: resolve <FLOW> to exactly one
flow and arm its durable one-shot KEEL-E033 override.
Returns the rendered result and the process exit code: EXIT_OK on a
successful arm, otherwise a soft error (exit 1) — an unresolvable/ambiguous
flow, a completed/dead flow (nothing to force), or an unwritable
journal. Never panics; no raw SQL error ever reaches the user.