Skip to content
GitHub

bino cache clean

bino cache clean removes cached data created by previous runs. Use it when schema changes, data locations change, or caches get too large.

bino cache clean [flags]

Common flags:

  • --work-dir – workdir whose local cache (for example .bncache) should be removed.
  • --all – remove both the local cache and the global cache.

Remove caches for the current workdir only:

bino cache clean --work-dir .

Remove all caches (local and global):

bino cache clean --work-dir my-report --all

Clearing caches may increase build time for the next run but can fix issues caused by stale intermediate data.