reference ·
oto clean --help at v0.6.1oto clean
delete everything the build generated
oto clean [-h] [--project PROJECT] [--dry-run]
Options
| Option | What it does |
|---|---|
--project PROJECT | project root (default: current directory) |
--dry-run | list what would be removed |
Where to use it
Start the build from nothing.
oto clean --project claims --dry-run
oto clean --project claimslists, 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