I think I have exactly the same question... I want to run
   call heroku db:pull
and
   call heroku db:push
from a Windows [sorry] batch file.  Unfortunately, the heroku
procedures block these actions with an interactive prompt,
   "Are you sure you wish to continue? (y/n)?"
which I can't readily supply.

Is there any way to avoid this prompt, e.g. with a -y flag or by
redirecting stdin from a file containing 'y' or 'y'\n?  I suppose I
could try these, but I'd have to start the job over -- and this should
be included in the documentation.

Thank you.


On Jun 4, 6:10 am, "hemal.kuntawala" <[email protected]>
wrote:
> I am calling heroku db:pull and heroku db:push within custom rake
> tasks.
>
> Each rake tasks starts with a confirmation message. In these tasks, I
> don't need heroku db:pull and heroku db:push to also post confirmation
> messages. Is there an easy way to surpress them?

-- 
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.

Reply via email to