foreman
This commit is contained in:
15
pages/linux/foreman.md
Normal file
15
pages/linux/foreman.md
Normal 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`
|
Reference in New Issue
Block a user