diff --git a/index.html b/index.html index f35cff5..63ef8c3 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ DESCRIPTION RUNNING EXPORTING - OPTIONS + GLOBAL OPTIONS EXPORT FORMATS INITTAB EXPORT UPSTART EXPORT @@ -73,7 +73,7 @@ DEFAULT OPTIONS EXAMPLES COPYRIGHT - +
Foreman is a manager for Procfile-based applications. Its aim is to +
Foreman is a manager for Procfile-based applications. Its aim is to abstract away the details of the Procfile format, and allow you to either run your application directly or export it to some other process management format.
@@ -118,6 +118,9 @@ a multiple of 1000. +foreman run is used to run one-off commands using the same environment
+as your defined processes.
foreman export is used to export your application to another process
@@ -136,12 +139,14 @@ should be in the format process=num,process=num
-l, --logSpecify the directory to place process logs in.
-p, --portSpecify which port to use as the base for this application. Should be a multiple of 1000.
-t, --templateSpecify an alternate template to use for creating export files. +See https://github.com/ddollar/foreman/tree/master/data/export for examples.
-u, --userSpecify the user the application should be run as. Defaults to the app name
These options control all modes of foreman's operation.
@@ -247,8 +252,8 @@ port: 15000