Posts Tagged ‘heroku’
You need to use expect since “heroku db:pull” is interactive and requires user input. Alternatively, you can use expectj which as you may have already guessed, is the java implementation of expect. One advantage of using expectj is that your IDE will autocomplete the expect commands for you. #!/bin/sh expect -c ” #Your timeout should [...]
Categories: Code
Tags: heroku
