mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
272 B
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