On 11 January 2012 18:02, cathywu <neverisfore...@gmail.com> wrote:
> I'm having the same issue.
>
> $ heroku run console --app myapp
> Running console attached to terminal... up, run.10
> $
>
> It looks like it did indeed run and complete.
>
> $ heroku ps --app myapp
> Process  State            Command
> -------  ---------------  -------------
> run.10    complete for 8m  console
>
> Any thoughts?

Apparently, this only makes sense for Rails apps (?).

If you want a shell, try:

$ heroku run bash --app myapp

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to