From cfd361695db2d34f969ebc32d6b039bde0a94ac7 Mon Sep 17 00:00:00 2001
From: David Dollar 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.
DESCRIPTION
-
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