Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.37 KB

heroku-local Circle CI

Code Climate npm version License

js-standard-style

Run heroku apps locally. This plugin is built into the Heroku Toolbelt, you do not need to install it separately.

To use:

$ heroku local
12:47:17 PM web.1 | listening on 3000

This command internally uses node-foreman to run the app locally.

Help

$ heroku help local

Usage: heroku local [PROCESSNAME]

 run heroku app locally

 Start the application specified by a Procfile (defaults to ./Procfile)

 Examples:

   heroku local
   heroku local web
   heroku local -f Procfile.test -e .env.test

 -f, --procfile PROCFILE
 -e, --env ENV
 -p, --port PORT

Additional commands, type "heroku help COMMAND" for more details:

  local:version  #  display node-foreman version