
foreman
List of commands for foreman:
-
foreman:tldr:0df9d foreman: Start an application with a specified Procfile.$ foreman start -f ${Procfile}try on your machineexplain this command
-
foreman:tldr:27c4f foreman: Run one-off commands with the process's environment.$ foreman run ${command}try on your machineexplain this command
-
foreman:tldr:2b2d7 foreman: Start all processes except the one named "worker".$ foreman start -m all=1,${worker}=0try on your machineexplain this command
-
foreman:tldr:54c98 foreman: Validate Procfile format.$ foreman checktry on your machineexplain this command
-
foreman:tldr:e4efb foreman: Start a specific application.$ foreman start ${process}try on your machineexplain this command
-
foreman:tldr:f1666 foreman: Start an application with the Procfile in the current directory.$ foreman starttry on your machineexplain this command