folke / ultra-runner

🏃⛰ Ultra fast monorepo script runner and build tool
https://www.npmjs.com/package/ultra-runner
Apache License 2.0
1.2k stars 32 forks source link

Feature request: Arrays or more advanved glob patterns for --filter #182

Open JosephScript opened 3 years ago

JosephScript commented 3 years ago

Something that would be a huge help would to be able to combine multiple --filter statements into one execution of ultra.

For example perhaps:

ultra -r --filter "@scope/app, services/*" start

or even:

ultra -r --filter "@scope/app" --filter "services/*" start

Forgive me if this is already possible using globs, but I can't seem to figure it out.