bootleg v0.3.0 mix bootleg.update
Update a release.
Note that this will stop any running nodes and then perform a cold start. The stop is performed with
the task stop_silent
, which differs from stop
in that it does not require a node to already be
running.
Usage:
- mix bootleg.update
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.