Skip to content

mastilver/heroku-local

 
 

Repository files navigation

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

About

Run heroku apps locally

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.5%
  • Shell 25.5%