From 69243df17ea7744a6fead77237bf1a74b292d594 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 18 Aug 2011 12:52:26 -0400 Subject: [PATCH] saving man page to github docs --- index.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index aded180..cb44734 100644 --- a/index.html +++ b/index.html @@ -69,6 +69,7 @@ INITTAB EXPORT UPSTART EXPORT PROCFILE + ENVIRONMENT DEFAULT OPTIONS EXAMPLES COPYRIGHT @@ -145,9 +146,10 @@ app name

These options control all modes of foreman's operation.

-
-f, --procfile
Specify an alternate location for the application's Procfile. This file's +
-e, --env

Specify an alternate environment file.

+
-f, --procfile

Specify an alternate location for the application's Procfile. This file's containing directory will be assumed to be the root directory of the -application.

+application.

@@ -196,6 +198,16 @@ job: bundle exec rake jobs:work
$ foreman check
 
+

ENVIRONMENT

+ +

If a .env file exists in the project directory, the default environment will +be read from it. This file should contain key/value pairs, separated by =, with +one key/value pair per line.

+ +
FOO=bar
+BAZ=qux
+
+

DEFAULT OPTIONS

If a .foreman file exists in the current directory, default options will @@ -229,8 +241,8 @@ port: 15000

    -
  1. Foreman 0.13.0
  2. -
  3. May 2011
  4. +
  5. Foreman 0.19.0
  6. +
  7. August 2011
  8. foreman(1)