Open russellpierce opened 7 years ago
Agreed, this should be specifiable by an option. In our use case, we update dependencies of dependencies frequently and typically the full walk is preferred on every startup, but I understand this is atypical for most environments.
For a given .yml the dependency tree may change:
autoinstall: true
... Are there some other cases that immediately occur to you?
Just walking the dependency tree for a lockfile can take a while. This makes starting up with lockbox a tad slow. It seems like one could digest the lockfile and store a cache of the dependency tree for subsequent start-ups to allow things to go a bit faster.