Skip to content

Add generic --filter option to CLI commands #528

@disrupted

Description

@disrupted
  • 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

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    component/cliRelated to the CLI commands

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions