commands.sh

foreman

linux

Manage Procfile-based applications.

More info →

Options (2)

-f, --procfileboolean

Start an application with a specified Procfile

Example: foreman start {{[-f|--procfile]}} {{Procfile}}
-m, --formationboolean

Start all processes except the one named "worker"

Example: foreman start {{[-m|--formation]}} all=1,{{worker}}=0

Examples (6)

Start an application with the Procfile in the current directory

foreman start

Start an application with a specified Procfile

foreman start [-f|--procfile] Procfile

Start a specific application

foreman start process

Validate Procfile format

foreman check

Run one-off commands with the process's environment

Start all processes except the one named "worker"

foreman start [-m|--formation] all=1,worker=0
made by @shridhargupta | data from tldr-pages