DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.84k stars 79 forks source link

Feature request: restart all #26

Closed jemmyw closed 5 years ago

jemmyw commented 6 years ago

I sometimes need to restart everything, it'd be cool to say:

overmind r *

which would fit with the filters idea someone else posted. overmind r web* for example.

DarthSim commented 6 years ago

If you want to restart all processes, you can restart overmind itself.

gee-forr commented 6 years ago

I'd love it if issuing overmind restart without further params would assume i want all managed processes restarted.

P.S - Thank you Sergey for this amazing piece of software. I've only been using it for a day, but it's already made my life easier.

DarthSim commented 5 years ago

Added to v2.0

Now restart supports wildcarded names. When no names are provided, all processes will be restarted