From fc5e86b269696311fb24bc89c0aa00e386b03d0d Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 8 Mar 2011 12:17:03 -0500 Subject: [PATCH] describe .foreman in man page --- man/foreman.1.ronn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index e756e1e..7282ef5 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -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: