Reputation: 9018
What's the correct way of sending a command to heroku console on Cedar?
heroku console 2+2
works on older stacks - it warns me to use heroku run console
on cedar.
When I run
heroku run console 2+2
it loads the unwanted "2+2"
environment and opens up a console.
Loading 2+2 environment (Rails 3.2.3)
irb(main):001:0>
So what's the proper way of sending a command to heroku console on Cedar?
Upvotes: 0
Views: 1125