Docs

CLI reference

Everything the app does, from a terminal. For a script, a cron job, or an agent on your laptop.

pip install overscore          # or: uv tool install overscore
export OVERSCORE_URL=https://app.overscore.tech
export OVERSCORE_KEY=ovs_…
ovs guide

Every command speaks HTTP to your address with your key. Output is text on a terminal and JSON otherwise; add -o json to force it. Failures exit 1 with a JSON error.

Look around

ovs whoami        ovs tables        ovs index        ovs describe 
ovs search         ovs notes        ovs context 

Ask and query

ovs query "select …"        ovs research ""        ovs plan

Get data in

ovs connectors        ovs how shopify        ovs connect stripe key=rk_live_…
ovs link app "host=… user=… dbname=…" [--copy --tables a b]        ovs links        ovs copy app        ovs unlink app
ovs load  file.csv        ovs insert  rows.json
ovs hook   [--provider stripe --secret …]        ovs hooks        ovs hook-log         ovs unhook 

Models and tests

ovs models        ovs run         ovs test         ovs signoff         ovs runs        ovs run-log         ovs export

Context, cards, facts

ovs interview        ovs map        ovs cards        ovs approve         ovs ignore         ovs facts 
ovs propose ""

Worklists

ovs fields         ovs field           ovs mark            ovs marks         ovs claim

When something's off

ovs issues        ovs fix 

ovs --help and ovs <command> --help are complete and current.

All docs · Something wrong on this page? Tell us.