mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:13:52 +02:00
foreman
This commit is contained in:
parent
5291f5371c
commit
f434c6ebfa
1 changed files with 15 additions and 0 deletions
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…
Add table
Reference in a new issue