exreleasy v0.2.0 Mix.Tasks.Exreleasy.ApplyAppup

Applies appup file to release

  mix exreleasy.apply_appup --release /path/to/your/release.tar.gz --appup /path/to/your/appup

Summary

Functions

A task needs to implement run which receives a list of command line args

Functions

run(args)

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.