Updated docs

coverage
Vincent Yang 2017-10-07 11:54:14 -07:00
parent f434c6ebfa
commit e0c5f8cc45
1 changed files with 9 additions and 1 deletions

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}}`