1
0
Fork 0
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:
Vincent Yang 2017-10-07 11:54:14 -07:00
parent f434c6ebfa
commit e0c5f8cc45

View file

@ -2,10 +2,18 @@
> Manage Procfile-based application.
- Start an application:
- Start an application with Procfile in current directory:
`foreman start`
- Start a specific application:
`foreman start {{process}}`
- Validate Procfile format:
`foreman check`
- Run one-off commands with the process's environment:
`foreman run {{command}}`