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