This adds a new flag chomp -r or chomp --rerun to just rerun the top-level task that is requested.
When developing tasks, this is useful to avoid a full --force build which will invalidate everything and instead just rebuild the task that is being specified by the user while keeping the rest of the cache.
This adds a new flag
chomp -r
orchomp --rerun
to just rerun the top-level task that is requested.When developing tasks, this is useful to avoid a full
--force
build which will invalidate everything and instead just rebuild the task that is being specified by the user while keeping the rest of the cache.