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 generic --filter option to CLI commands #528

Open
disrupted opened this issue Aug 20, 2024 · 1 comment
Open

Add generic --filter option to CLI commands #528

disrupted opened this issue Aug 20, 2024 · 1 comment
Labels
component/cli Related to the CLI commands

Comments

@disrupted
Copy link
Member

  • this should allow us to expose different filter predicates for
    def filter(self, predicate: ComponentFilterPredicate) -> None:
  • replace existing --step-names option, e.g. --step-names foo,bar could become --filter name=foo,bar or --filter name=foo --filter name=bar depending on what's easier to parse with Typer/Click
@disrupted disrupted added the component/cli Related to the CLI commands label Aug 20, 2024
@disrupted
Copy link
Member Author

afterwards we could integrate #511

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/cli Related to the CLI commands
Projects
None yet
Development

No branches or pull requests

1 participant