Open stuartpb opened 10 years ago
This should probably be a separate run
plugin to match heroku and dokku (although I do hate this incredibly niche command getting such a generic large name).
On further investigation, run:console
is a Bamboo-era command that has since been removed, although its documentation hasn't. So basically just run
. (run:detached
could maybe be implemented too: might need a better logging solution first.)
Heroku's run docs:
So, of these, we can do
run
andrun:console
, the distinction between which I'm not exactly clear.