Kitaru

kitaru executions replay

Replay one or more executions from a checkpoint cut point.

Usage

kitaru executions replay [EXEC-IDS...] [OPTIONS]

Parameters

NameTypeRequiredDefaultDescription
EXEC-IDS...list[str]NoNoneExecution ID(s) to replay.
--ids-filestrNoNoneJSON file containing execution IDs as a list or as an object with an exec_ids list.
--atstrYesInvocation ID or call ID where replay switches from playback to live execution.
--flow-overridesstrNoNoneFlow input overrides as a JSON object.
--checkpoint-overridesstrNoNoneCheckpoint-scope overrides as a JSON object keyed by checkpoint name.
--invocation-overridesstrNoNoneInvocation-scope overrides as a JSON object keyed by invocation or call ID.
--skipstrNoNoneComma-separated invocation IDs or call IDs to force playback in the live tail.
--tagstrNoNoneTag to apply to replay children.
--waitboolNoNoneBlock until replay children complete.
--on-errorLiteral[collect, fail]NoNoneWhether to collect or fail on per-parent replay errors.
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page