Command reference

oko-cli transcripts reindex

Rebuilds or incrementally refreshes Oko’s SQLite transcript search index.

Invocation

oko-cli transcripts reindex [--path FILE] [--db PATH] [--max-parses N] [--json]

Inputs and options

  • --path selects one file; otherwise configured Transcript Lake/peer roots are scanned.
  • --db overrides the index; --max-parses bounds root scans; --json selects structured output.

Output and state effect

  • Updates the SQLite index and prints the processed count or a JSON receipt.

Refusals and safe exits

  • Unknown transcript subcommands are refused; index open, scan, parse, or output failures exit unsuccessfully.