kitaru executions replay
Replay one or more executions from a checkpoint cut point.
Usage
kitaru executions replay [EXEC-IDS...] [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
EXEC-IDS... | list[str] | No | None | Execution ID(s) to replay. |
--ids-file | str | No | None | JSON file containing execution IDs as a list or as an object with an exec_ids list. |
--at | str | Yes | Invocation ID or call ID where replay switches from playback to live execution. | |
--flow-overrides | str | No | None | Flow input overrides as a JSON object. |
--checkpoint-overrides | str | No | None | Checkpoint-scope overrides as a JSON object keyed by checkpoint name. |
--invocation-overrides | str | No | None | Invocation-scope overrides as a JSON object keyed by invocation or call ID. |
--skip | str | No | None | Comma-separated invocation IDs or call IDs to force playback in the live tail. |
--tag | str | No | None | Tag to apply to replay children. |
--wait | bool | No | None | Block until replay children complete. |
--on-error | Literal[collect, fail] | No | None | Whether to collect or fail on per-parent replay errors. |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |