Mix v1.5.1 mix deps.get View Source

Gets all out of date dependencies, i.e. dependencies that are not available or have an invalid lock.

Command line options

  • --only - only fetches dependencies for given environment
  • --no-archives-check - does not check archives before fetching deps

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.