reference ·
oto preview --help at v0.6.1oto preview
build the preview store: the live graph plus the candidate and every
oto preview [-h] [--project PROJECT] [--show] [--limit LIMIT]
Options
| Option | What it does |
|---|---|
--project PROJECT | project root (default: current directory) |
--show | only list what is pending, by station; build nothing |
--limit LIMIT | with --show: rows per station |
Where to use it
What would the graph look like with every proposal and the candidate in?
oto preview --project claimsbuilds build/preview/; the live store is untouched
What is on its way in, by station?
oto preview --project claims --showinbox, 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