Forrest logo
back to context overview

foreman

List of commands for foreman:

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