tldr/pages/linux/foreman.md
Vincent Yang f434c6ebfa foreman
2017-10-07 02:02:51 -07:00

272 B

foreman

Manage Procfile-based application.

  • Start an application:

foreman start {{process}}

  • 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