Skip to content

Resolve "dep_scripts: Unify `-d` and `-p` flags"

This MR removes the separate -d and -p and combines them in one. -d was removed, specific dependencies are now set with -p. Therefore, the following options are available:

  • -p default:latest for accessing the latest dependencies from the default profile
  • -p mercury@default:latest for accessing the latest mercury dependencies only from the default profile

Closes #188 (closed)

Edited by Marc Vef

Merge request reports