Kitaru

kitaru executions cohort

Resolve a cohort of original executions (dry-run selection only).

Use executions cohort -o json and executions replay --ids-file to review selection before submitting replay work.

Usage

kitaru executions cohort [OPTIONS]

Parameters

NameTypeRequiredDefaultDescription
--flowstrYesFlow name to select executions from.
--atstrYesReplay anchor checkpoint used for pre-filtering.
--deploymentstrNoNoneDeployment tag pin (for example prod).
--deployment-versionintNoNoneDeployment version pin.
--order-bystrNo"-started_at"Sort field; prefix with '-' for descending.
--limitintNo50Maximum executions to return.
--sincestrNoNoneInclude executions started on/after this ISO date/time.
--untilstrNoNoneInclude executions started on/before this ISO date/time.
--max-scanintNo500Maximum executions to inspect while resolving.
--include-failedboolNoFalseInclude failed executions in addition to completed.
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page