Command reference

oko-cli auto-goals export-week

Exports weekly ground-truth prompts as JSONL.

Invocation

oko-cli auto-goals export-week [--from YYYY-MM-DD --to YYYY-MM-DD] [--output PATH]

Inputs and options

  • --from/--to select the local-date interval.
  • --output writes to a file; without it JSONL goes to stdout.

Output and state effect

  • Reads the weekly source data and writes/prints one JSON object per prompt.

Refusals and safe exits

  • Refuses invalid date ranges and source, encoding, directory, or write failures.