diff --git a/pages/linux/foreman.md b/pages/linux/foreman.md new file mode 100644 index 000000000..a00e81b6f --- /dev/null +++ b/pages/linux/foreman.md @@ -0,0 +1,15 @@ +# foreman + +> Manage Procfile-based application. + +- Start an application: + +`foreman start {{process}}` + +- 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`