golem resolve
On this page
This command resolves the version of each dependency, clones them in the cache system, and configures them.
When defining dependencies in the project file, this command becomes mandatory after golem configure.
This is the only command requiring a network access, although Golem can be setup to not require any network access.
When a dependency, recipe source, or master dependencies source points to a local directory that is not a Git repository, golem resolve recopies that directory into the cache on each run.
golem resolve [options]Options
--only-update-dependencies-regex=<regex>Allows to perform a version resolution and eventually retrieve and configure a new version of the dependencies having a repository matching the regex.
Unmatched dependencies keep their version resolved to their previous value, but are configured too.
This option is meant to be used after a
golem resolvealready fully resolved and configured all the needed dependencies at least once. This helps to update certain dependencies expected to have changed, e.g. when following a development branch.Default: Matches all the dependencies