Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop foreman in heroku?

Tags:

heroku

foreman

foreman start

runs an app that i can visit on localhost

How do I stop this and get back to the prompt and continue playing around with heroku?

I am on a Windows Machine.

like image 336
algorithmicCoder Avatar asked Nov 04 '22 13:11

algorithmicCoder


1 Answers

Ctrl-C worked for me, but that terminates the process. (I'm on Ubuntu though, but I think the command's the same)

like image 195
user58288 Avatar answered Nov 09 '22 12:11

user58288