cli
cli copied to clipboard
add CLI flag `--skipPlugins`
User story
As a developer sometimes I want to skip the execution of certain plugin. 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
skipPluginsthat is. used as string array that isundefinedby default - [ ] if
skipPluginsis given exclude the provided plugins form the core config - [ ] notify the user similar to
onlyPlugins
Implementation details
No response