Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to filter the output #17

Open
iGrog opened this issue Feb 29, 2024 · 1 comment
Open

Add the ability to filter the output #17

iGrog opened this issue Feb 29, 2024 · 1 comment
Labels
type:enhancement Enhancement.

Comments

@iGrog
Copy link

iGrog commented Feb 29, 2024

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

@roxblnfk
Copy link
Member

Hello. I agree. However, I would move the entities to the argument level, not the parameter level.

php app.php cycle:render user,post,comment

@roxblnfk roxblnfk added this to Cycle Feb 29, 2024
@roxblnfk roxblnfk moved this to Todo in Cycle Feb 29, 2024
@roxblnfk roxblnfk added the type:enhancement Enhancement. label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Enhancement.
Projects
Status: Todo
Development

No branches or pull requests

2 participants