exreleasy v0.2.0 Mix.Tasks.Exreleasy.HotReload

Reloads given apps on running node

  mix exreleasy.hotreload --node your_app@some-host --cookie 12345 --new-project-path /path/to/your/new/build/ --apps=first_app,second_app

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.