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
Currently, the cycle:render command displays the entire schema.
It would be nice to filter the output only for the values you want to see.
For example, by matching a substring in the Entity name, etc.
So something like this: php app.php cycle:render --filter=MyEntity --filter=xxxx
The text was updated successfully, but these errors were encountered:
Currently, the
cycle:render
command displays the entire schema.It would be nice to filter the output only for the values you want to see.
For example, by matching a substring in the Entity name, etc.
So something like this:
php app.php cycle:render --filter=MyEntity --filter=xxxx
The text was updated successfully, but these errors were encountered: