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-e, --envSpecify an alternate environment file.
-f, --procfileSpecify an alternate location for the application's Procfile. This file's containing directory will be assumed to be the root directory of the -application.
$ foreman check
+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
+
+
If a .foreman file exists in the current directory, default options will
@@ -229,8 +241,8 @@ port: 15000