Conversation
| # or | ||
| $ bin/cake migrations seed --seed UserSeed | ||
| # One of | ||
| bin/cake migrations seed --seed User |
There was a problem hiding this comment.
We should IMO remove the option part for the major, it become superfluous and will only bloat docs and maybe confuse people in the long run.
There was a problem hiding this comment.
Actually, afaik I did that already ( https://github.com/cakephp/migrations/pull/935/files )
I must have been forgetting the docs update.
There was a problem hiding this comment.
I don't think we should be breaking compatibility just for fun.
There was a problem hiding this comment.
Thats not for fun
The current way is bonkers and completely wrong
The major allows this cleanup - as with all other commands the subset (one specific) of all is an argument never an option. E.g. bake.
|
|
||
| Seed Options | ||
| ------------ | ||
| Additional option |
There was a problem hiding this comment.
| Additional option | |
| Additional options |
maybe
|
@markstory Maybe hold of with this PR until #939 is done |
Add documentation for new parameter less mode for
migrations seed