Mix v1.2.6 Mix.Tasks.Deps.Get

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

Command line options

  • --only - only fetch dependencies for given environment
  • --no-archives-check - do not check archives before fetching deps

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.