Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.27 KB

local.md

File metadata and controls

65 lines (45 loc) · 1.27 KB

heroku local

run Heroku app locally

heroku local [PROCESSNAME]

run heroku app locally

USAGE
  $ heroku local [PROCESSNAME]

OPTIONS
  -e, --env=env            location of env file (defaults to .env)
  -f, --procfile=procfile  use a different Procfile
  -p, --port=port          port to listen on

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

ALIASES
  $ heroku local:start

EXAMPLE
  $ heroku local
  $ heroku local web
  $ heroku local web=2
  $ heroku local web=1,worker=2

See code: @heroku-cli/plugin-local

heroku local:run

run a one-off command

USAGE
  $ heroku local:run

OPTIONS
  -e, --env=env
  -p, --port=port

EXAMPLE
  $ heroku local:run bin/migrate

See code: @heroku-cli/plugin-local

heroku local:version

display node-foreman version

USAGE
  $ heroku local:version

See code: @heroku-cli/plugin-local