From 69243df17ea7744a6fead77237bf1a74b292d594 Mon Sep 17 00:00:00 2001
From: David Dollar
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