describe .foreman in man page

This commit is contained in:
David Dollar
2011-03-08 12:17:03 -05:00
parent 7f8ca7da39
commit fc5e86b269

View File

@@ -119,6 +119,15 @@ You can validate your Procfile format using the `check` command
$ foreman check
## DEFAULT OPTIONS
If a `.foreman` file exists in the current directory, default options will
be read from it. This file should be in YAML format with the long option
name as keys. Example:
concurrency: alpha=0
port: 15000
## EXAMPLES
Start one instance of each process type, interleave the output on stdout: