Command reference
oko-cli transcripts tasks-relations
Lists one task’s relations from its own side, with the other task’s state and what this task waits on.
Invocation#
oko-cli transcripts tasks relations <task-id> [--db PATH] [--json]Inputs and options#
- <task-id> is the identity transcripts tasks prints; --db overrides the index; --json prints the relation edges.
Output and state effect#
- Prints the task and one line per relation — `<name> <other> [<state>]: <reason> (recorded by <who>)` — then “waiting on: …” when an open original, predecessor or blocker holds it, or “relations: none”. Never writes.
Refusals and safe exits#
- Refuses without a positional and prints the usage; a malformed or unknown identity refuses as transcripts tasks show does.