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

oto clean

delete everything the build generated

oto clean [-h] [--project PROJECT] [--dry-run]

Options

OptionWhat it does
--project PROJECTproject root (default: current directory)
--dry-runlist what would be removed

Where to use it

Start the build from nothing.

oto clean --project claims --dry-run
oto clean --project claims

lists, then deletes, everything under build/; authored files are never there

As the terminal prints it
usage: oto clean [-h] [--project PROJECT] [--dry-run]

options:
  -h, --help         show this help message and exit
  --project PROJECT  project root (default: current directory)
  --dry-run          list what would be removed