Mix v1.5.1 mix deps.unlock View Source

Unlocks the given dependencies.

Since this is a destructive action, unlocking dependencies only occurs when passing arguments/options:

  • dep1 dep2 - the name of dependencies to be unlocked
  • --all - unlocks all dependencies
  • --unused - unlocks only unused dependencies (no longer mentioned in the mix.exs file)

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.