System Grab Bag

View all TLDR pages from Linux (or from all pages)

foreman

Manage Procfile-based applications. More information: https://manned.org/foreman.
  • Start an application with the Procfile in the current directory:
    foreman start
  • Start an application with a specified Procfile:
    foreman start -f {{Procfile}}
  • Start a specific application:
    foreman start {{process}}
  • Validate Procfile format:
    foreman check
  • Run one-off commands with the process's environment:
    foreman run {{command}}
  • Start all processes except the one named "worker":
    foreman start -m all=1,{{worker}}=0

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.