exreleasy v0.2.0 Mix.Tasks.Exreleasy.CreateAppup

Creates appup file

  mix exreleasy.create_appup --old-release /path/to/your/old/release.tar.gz --new-release /path/to/your/new/release.tar.gz
  mix exreleasy.create_appup --old-release /path/to/your/old/manifest.json --new-release /path/to/your/new/manifest.json

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.