diff --git a/pages/linux/foreman.md b/pages/linux/foreman.md index a00e81b6f..f4dace529 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}}`