Hacker News new | ask | show | jobs
by antipax 4858 days ago
What? `heroku run bash` also works and is shorter.
2 comments

heroku run console actually runs "rails console" for ruby on rails applications so it's not quite the same as the bash alias.
Yeah! that's what I do. Then run whatever I need.