From e0c5f8cc4521fafa6ea74decc38ca9fdce73b225 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Sat, 7 Oct 2017 11:54:14 -0700 Subject: [PATCH] Updated docs --- pages/linux/foreman.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/linux/foreman.md b/pages/linux/foreman.md index a00e81b6fe..f4dace5297 100644 --- a/pages/linux/foreman.md +++ b/pages/linux/foreman.md @@ -2,10 +2,18 @@ > Manage Procfile-based application. -- Start an application: +- Start an application with Procfile in current directory: + +`foreman start` + +- Start a specific application: `foreman start {{process}}` +- Validate Procfile format: + +`foreman check` + - Run one-off commands with the process's environment: `foreman run {{command}}`