heroku / heroku-connect-plugin

CLI plugin for Heroku Connect (experimental)
Apache License 2.0
23 stars 8 forks source link

Fix bug introduced by upgrading inquirer #93

Closed sigmavirus24 closed 6 years ago

sigmavirus24 commented 6 years ago

Inquirer changed its API to rely on Promises. Now, when we create a prompt, we only pass the choices, and receive the answers as a promise.

This updates connect:db:set to rely on that new API.

Closes gh-92