We don't always want to follow the command graph but may also want to skip a certain command in between to speed things up.
Ex: install -> build -> test -> deploy
If already built and tested, devs may just want to deploy the deps.
maybe something like monowrap deploy --no-pre