Mix v1.0.5 Mix.Tasks.Deps.Get

Get 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.