coverage
Vincent Yang 2017-10-07 02:02:51 -07:00
parent 5291f5371c
commit f434c6ebfa
1 changed files with 15 additions and 0 deletions

15
pages/linux/foreman.md Normal file
View File

@ -0,0 +1,15 @@
# 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`