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

oto sync

clone or update a published query store on this machine

oto sync [-h] --repo REPO [--dest DEST] [--branch BRANCH]

Options

OptionWhat it does
--repo REPOthe query repository
--dest DESTwhere to put it (default: the store's cache dir, ~/.<slug>-kg)
--branch BRANCH

Where to use it

On a reader's machine.

oto sync --repo https://github.com/<org>/claims-query
oto query --project ~/.claims-kg entity "Total loss settlement"

clones or updates the published store under ~/.<slug>-kg; query and serve work on the checkout

As the terminal prints it
usage: oto sync [-h] --repo REPO [--dest DEST] [--branch BRANCH]

options:
  -h, --help       show this help message and exit
  --repo REPO      the query repository
  --dest DEST      where to put it (default: the store's cache dir, ~/.<slug>-kg)
  --branch BRANCH