-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
component/cliRelated to the CLI commandsRelated to the CLI commands
Description
- this should allow us to expose different filter predicates for
kpops/kpops/pipeline/__init__.py
Line 84 in 264a404
def filter(self, predicate: ComponentFilterPredicate) -> None: - replace existing
--step-namesoption, e.g.--step-names foo,barcould become--filter name=foo,baror--filter name=foo --filter name=bardepending on what's easier to parse with Typer/Click
Sub-issues
Metadata
Metadata
Assignees
Labels
component/cliRelated to the CLI commandsRelated to the CLI commands