Mix v1.3.2 Mix.Tasks.Local.Hex

Installs Hex locally.

mix local.hex

Command line options

  • --force - forces installation without a shell prompt; primarily intended for automation in build systems like make

Mirrors

If you want to change the default mirror to use for fetching Hex please set the HEX_MIRROR environment variable.

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: boolean

Callback implementation for Mix.Task.run/1.