mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
foreman
This commit is contained in:
parent
5291f5371c
commit
f434c6ebfa
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`
|
Loading…
Reference in New Issue
Block a user