cli
cli copied to clipboard
add CLI flag `--skipCategories`
User story
As a developer sometimes I want to skip the execution of certain categories. E.g. to save time.
ATM there is no way to do this but comment them out in the code-pushup.config.ts
Acceptance criteria
- [ ] the CLI supports a terminal argument
skipCategories
that is. used as string array that isundefined
by default - [ ] if
skipCategories
is given exclude the provided categories form the core config - [ ] notify the user similar to
onlyPlugins
Implementation details
No response