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
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
kpops/kpops/pipeline/__init__.py
Line 84 in 264a404
--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