Mix v1.1.0-rc.0 Mix.Tasks.Deps.Unlock

Unlocks the given dependencies.

Since this is a destructive action, unlocking of dependencies can only happen by 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)

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.