-
-
Notifications
You must be signed in to change notification settings - Fork 578
Error: unknown flag: --use-model #751
Comments
There’s no flag by that name. If you run |
This appears to be a regression from |
@markbates I checked out and build v0.9.5 tag from git. It looks like the only difference between So if I am to understand the task correctly we need to. If so, I'm happy to have a go at implementing this. |
@jmbrunskill That's basically the gist of it. It basically turns off the call to the soda generator that generates a model and a migration. shouldn't be too hard to implement. Would love to see this happen! :) |
@markbates Great I've updated the code to handle this. A quick question before I submit a PR. |
Decided to go ahead an create the PR can continue the discussion there. |
Fix Issue #751 - unknown flag: --use-model
Hello,
I already have a generated model like this:
Now I want to use it to create the rest of the resource.
buffalo help g r
has an example:I run
buffalo g r users --use-model users
and I get the help message with the above mentioned error at the bottom.Buffalo version is: v0.10.1
Regards,
The text was updated successfully, but these errors were encountered: