Oko/Docs

Command reference

oko-cli transcripts tasks-unrelate

Removes a recorded relation between two tasks.

Invocation#

Command
oko-cli transcripts tasks unrelate <task-id> <kind> <task-id> [--db PATH]

Inputs and options#

  • The same three positionals as relate; --db overrides the index.

Output and state effect#

  • Deletes the row and prints “removed: <from> <kind> <to>”. The next listing no longer shows the relation, and a task that waited only on it is handed over again.

Refusals and safe exits#

  • Refuses without three positionals and prints the usage; an unknown kind refuses as relate does; a pair that is not recorded refuses with “task <from> is not recorded as <kind> <to>; run `oko-cli transcripts tasks relations <from>` to see what is”.

CLI reference#