Options (2)
-f, --procfilebooleanStart an application with a specified Procfile
Example:
foreman start {{[-f|--procfile]}} {{Procfile}}-m, --formationbooleanStart all processes except the one named "worker"
Example:
foreman start {{[-m|--formation]}} all=1,{{worker}}=0Examples (6)
Start an application with the Procfile in the current directory
foreman startStart an application with a specified Procfile
foreman start [-f|--procfile] ProcfileStart a specific application
foreman start processValidate Procfile format
foreman checkStart all processes except the one named "worker"
foreman start [-m|--formation] all=1,worker=0made by @shridhargupta | data from tldr-pages