Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
updated local help
Browse files Browse the repository at this point in the history
  • Loading branch information
dickeyxxx committed Jul 10, 2015
1 parent 266a10d commit 64a558e
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions lib/heroku/command/local.rb
Expand Up @@ -5,23 +5,21 @@ module Heroku::Command
# run heroku app locally
class Local < Base

# local [PROCESSNAME]
# Usage: heroku local [PROCESSNAME]
#
# run heroku app locally
# -f, --procfile PROCFILE # use a different Procfile
# -e, --env ENV # location of env file (defaults to .env)
# -c, --concurrency CONCURRENCY # number of processes to start
# -p, --port PORT # port to listen on
# -r, --restart # restart process if it dies
#
# Start the application specified by a Procfile (defaults to ./Procfile)
# Start the application specified by a Procfile (defaults to ./Procfile)
#
# Examples:
# Examples:
#
# heroku local
# heroku local web
# heroku local -f Procfile.test -e .env.test
#
# -f, --procfile PROCFILE
# -e, --env ENV
# -c, --concurrency CONCURRENCY
# -p, --port PORT
# -r, --r
# heroku local
# heroku local web
# heroku local -f Procfile.test -e .env.test
#
def index
Heroku::JSPlugin.install('heroku-local')
Expand Down

0 comments on commit 64a558e

Please sign in to comment.