OTO
reference · oto preview --help at v0.6.1

oto preview

build the preview store: the live graph plus the candidate and every

oto preview [-h] [--project PROJECT] [--show] [--limit LIMIT]

Options

OptionWhat it does
--project PROJECTproject root (default: current directory)
--showonly list what is pending, by station; build nothing
--limit LIMITwith --show: rows per station

Where to use it

What would the graph look like with every proposal and the candidate in?

oto preview --project claims

builds build/preview/; the live store is untouched

What is on its way in, by station?

oto preview --project claims --show

inbox, processing, proposals, candidate: the rows at each station

As the terminal prints it
usage: oto preview [-h] [--project PROJECT] [--show] [--limit LIMIT]

options:
  -h, --help         show this help message and exit
  --project PROJECT  project root (default: current directory)
  --show             only list what is pending, by station; build nothing
  --limit LIMIT      with --show: rows per station