From f434c6ebfa9cf8c050a7b5c8e4f465b6d57cd0c2 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Sat, 7 Oct 2017 02:02:51 -0700 Subject: [PATCH] foreman --- pages/linux/foreman.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/foreman.md 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`