foreman
Manage Procfile-based applications. More information: <https://manned.org/foreman>.
Install
- All systems
-
curl cmd.cat/foreman.sh
- Debian
-
apt-get install ruby-foreman - Ubuntu
-
apt-get install ruby-foreman - Kali Linux
-
apt-get install ruby-foreman - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ruby-foreman - Raspbian
-
apt-get install ruby-foreman
Manage Procfile-based applications. More information: <https://manned.org/foreman>.
-
Start an application with the Procfile in the current directory:
foreman start -
Start an application with a specified Procfile:
foreman start -f Procfile -
Start a specific application:
foreman start process -
Validate Procfile format:
foreman check -
Run one-off commands with the process's environment:
foreman run command -
Start all processes except the one named "worker":
foreman start -m all=1,worker=0
© tl;dr; authors and contributors