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
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
i just confirmed that the issue isnt about heroku.
i tried running this on my docker:
and my build app has been using heroku name(just naming)
./bin/app task user:create xxx
my task user:create is executed, but all arguments is missing
xxx wasn't passed in
The text was updated successfully, but these errors were encountered:
This is fixed in the v0.9.5 release coming in a few weeks. If you need this fix sooner, you can try out the https://github.com/gobuffalo/buffalo-xbuild plugin I'm working on, it has this fix in it.
buffalo v0.9.3
i just confirmed that the issue isnt about heroku.
i tried running this on my docker:
and my build app has been using heroku name(just naming)
./bin/app task user:create xxx
my task user:create is executed, but all arguments is missing
xxx wasn't passed in
The text was updated successfully, but these errors were encountered: