deli v0.1.21 mix deli.stop View Source
To stop app in all staging hosts, do:
$ mix deli.stop
To target prod, do:
$ mix deli.stop -t prod
It will ask for confirmation before stop.
If you don't want that extra step, pass --yes
, or simply -y
when calling it:
$ mix deli.stop -t prod -y
Link to this section Summary
Link to this section Functions
Link to this function
run(args) View Source
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.