bento build
bento build # every dish in every bentobento build <bento> # every dish in a single bentobento build <dish> # one dishbento build <dish> <task> # one task on one dish (build/test/lint/check)build is content-addressed: a task that hasn’t changed since the last run hits the cache and returns in milliseconds. Use bento why <hash> to see the full input manifest behind any cache key.
For the related cache-aware verbs, see bento plan (preview) and bento ci (run everything). The full CLI surface is in bento --help and bento <verb> --help.