Mix v1.1.1 Mix.Tasks.Deps.Update

Updates the given dependencies.

Since this is a destructive action, update of all dependencies can only happen by passing the --all command line option.

All dependencies are automatically recompiled after update.

Command line options

  • --all - update all dependencies
  • --only - only fetch dependencies for given environment

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: [atom]

Callback implementation for Mix.Task.run/1.