exreleasy v0.4.1 Mix.Tasks.Exreleasy.HotReload

Reloads given apps on running node

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

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.