- Overmind v2 uses tmux in control mode;
- New
stop
command that stops the specified process without stopping Overmind; - New
run
command for running arbitrary commands inside the Overmind environment; - Support for wildcarded process names in
restart
andstop
commands. Restarting/stopping all the processes if no names are provided; --stop-signals
flag is added to specify stop signals for processes;- Overmind exits with the maximum exit code of the launched processes;
- Ability to connect to the Overmind's tmux session in control mode. Allows to use iTerm2's tmux integration;
$PORT
environment variable is treated like--port
flag;- Fixed environment variables substitution in the
.env
files when single quotes are used.