You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'heroku-run' exports a Dyno class to create new dynos or run commands inside existing dynos. It takes a parameter called 'heroku' which is the api client used by the Dyno class to create or find a dyno.
What is the expected behavior?
It would be preferable for the Dyno class to take api callbacks as a parameter instead. This will make reusing this module much simpler. Currently a heroku client has to be emulated and passed as a parameter to make different api calls.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
enahncement
What is the current behavior?
'heroku-run' exports a Dyno class to create new dynos or run commands inside existing dynos. It takes a parameter called 'heroku' which is the api client used by the Dyno class to create or find a dyno.
What is the expected behavior?
It would be preferable for the Dyno class to take api callbacks as a parameter instead. This will make reusing this module much simpler. Currently a heroku client has to be emulated and passed as a parameter to make different api calls.
The text was updated successfully, but these errors were encountered: