Some build environments appreciate a fetch before a compile, it would be nice to have a command to round up all the dependencies before attempting a compile. Sbt has this as update command.
bleep fetch [<project name>...] or something would be nice.
The corollary would also be an --offline mode which would error out if it didn't have a dependency locally.
Some build environments appreciate a fetch before a compile, it would be nice to have a command to round up all the dependencies before attempting a compile. Sbt has this as
updatecommand.bleep fetch [<project name>...]or something would be nice.The corollary would also be an
--offlinemode which would error out if it didn't have a dependency locally.