Mix v1.1.1 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

  • --quiet - do not output verbose messages
  • --only - only fetch dependencies for given environment

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.