mix bootleg.update (bootleg v0.13.0) View Source
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
Functions
Callback implementation for Mix.Task.run/1
.
Link to this section Functions
Specs
run(OptionParser.argv()) :: :ok
Callback implementation for Mix.Task.run/1
.