heroku-local icon indicating copy to clipboard operation
heroku-local copied to clipboard

this code is now in https://github.com/heroku/cli

Results 8 heroku-local issues
Sort by recently updated
recently updated
newest added

Running `heroku local` fails with an error. However, my app mysteriously still runs on 0.0.0.0:5000, and leaves zombies processes that I can't kill. When I try to restart heroku local...

Hi, I am new to Heroku and I just started with their first tutorial Getting Started on Heroku with Java. I could implement all the steps successfully but i can't...

First, the expected behaviour we're all used to. Runing `rails c` "normally", without heroku local:run it behaves like this regaring ctrl+c: However, with `heroku local:run rails c` I get this...

`heroku local` doesn't print blank lines that are logged to STDOUT in its child processes. This makes debugging the formatting of plain text emails in Rails hard. Foreman used to...

After reinstalling heroku with brew (I was on the ruby version of the toolbelt until now), when I run `heroku local` I get the following error: MODULE_NOT_FOUND: Cannot find module...

Hi I am trying to use the command "heroku local web". However, I obtained the following error message. I am totally new to this. Could someone help me here? Thank...

Just installed new heroku toolbelt and running `heroku login` Node v - 5.9.1 npm v - 3.7.3 ``` heroku-cli: Installing core plugins.../Users/kos/.heroku/node_modules/heroku-local/commands/run.js:17 process.argv.push(...context.args); ^^^ SyntaxError: Unexpected token ... at exports.runInThisContext...