Skip to content

bento build

Terminal window
bento build # every dish in every bento
bento build <bento> # every dish in a single bento
bento build <dish> # one dish
bento 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.