Mix v1.0.5 Mix.Tasks.Deps.Unlock

Unlock the given dependencies.

Since this is a destructive action, unlocking of dependencies can only happen by passing arguments/options:

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

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.