From cfd361695db2d34f969ebc32d6b039bde0a94ac7 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 21 Feb 2012 11:50:11 -0500 Subject: [PATCH] saving man page to github docs --- index.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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 - +
  1. foreman(1)
  2. @@ -93,7 +93,7 @@

    DESCRIPTION

    -

    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.

    +

    EXPORTING

    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, --log

    Specify the directory to place process logs in.

    -p, --port

    Specify which port to use as the base for this application. Should be a multiple of 1000.

    +
    -t, --template

    Specify an alternate template to use for creating export files. +See https://github.com/ddollar/foreman/tree/master/data/export for examples.

    -u, --user

    Specify the user the application should be run as. Defaults to the app name

    -

    OPTIONS

    +

    GLOBAL OPTIONS

    These options control all modes of foreman's operation.

    @@ -247,8 +252,8 @@ port: 15000
      -
    1. Foreman 0.37.2
    2. -
    3. January 2012
    4. +
    5. Foreman 0.39.0
    6. +
    7. February 2012
    8. foreman(1)