From a9e7ed310093c6cee66f031eea60238b38ddc800 Mon Sep 17 00:00:00 2001
From: David Dollar
These options control all modes of foreman's operation.
-d, --directorySpecify an alternate application root. This defaults to the directory +containing the Procfile.
-e, --envSpecify an alternate environment file. You can specify more than one
file by using: --env file1,file2.
-f, --procfileSpecify an alternate location for the application's Procfile. This file's @@ -161,6 +163,7 @@ application.
bluepill
inittab
runit
upstart
You can validate your Procfile format using the check command
A process name may contain letters, numbers amd the underscore character.
+You can validate your Procfile format using the check command:
$ foreman check
@@ -243,8 +247,8 @@ port: 15000