mix deps.loadpaths

Checks and loads all dependencies along the way.

If there is an invalid dependency, its status is printed before aborting.

Although this task does not show up in mix help, it is part of Mix public API and can be depended on.

Command line options

  • --no-deps-check - does not check or compile deps, only load available ones
  • --no-compile - does not compile dependencies
  • --no-load-deps - does not load deps from the code path

© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/mix/1.12.0/Mix.Tasks.Deps.Loadpaths.html