mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:14:17 +02:00
Updated docs
This commit is contained in:
parent
f434c6ebfa
commit
e0c5f8cc45
1 changed files with 9 additions and 1 deletions
|
@ -2,10 +2,18 @@
|
||||||
|
|
||||||
> Manage Procfile-based application.
|
> Manage Procfile-based application.
|
||||||
|
|
||||||
- Start an application:
|
- Start an application with Procfile in current directory:
|
||||||
|
|
||||||
|
`foreman start`
|
||||||
|
|
||||||
|
- Start a specific application:
|
||||||
|
|
||||||
`foreman start {{process}}`
|
`foreman start {{process}}`
|
||||||
|
|
||||||
|
- Validate Procfile format:
|
||||||
|
|
||||||
|
`foreman check`
|
||||||
|
|
||||||
- Run one-off commands with the process's environment:
|
- Run one-off commands with the process's environment:
|
||||||
|
|
||||||
`foreman run {{command}}`
|
`foreman run {{command}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue