Is it a ruby app? `console` is for the interactive ruby console. If it's some other language (or you haven't pushed any code at all yet), there may not be the equivalent. If you want a shell, then `heroku run bash` should work.
On Jan 10, 7:25 am, Martin Aspeli <[email protected]> wrote: > On 10 January 2012 15:15, Neil Middleton <[email protected]> wrote: > > > heroku run console is fine on the cedar stack. > > Okay, I'm probably missing something. This is on OS X Lion. I do the > following: > > $ heroku login > $ heroku run console --app=myapp > Running console attached to terminal... up, run.1 > $ > > At this point I was expecting to be inside an interactive console. > Instead I'm back at my (local) shell. > > Martin -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
