Graylog2 / Graylog2/graylog-project-cli
Option to exclude modules from commands
Open
enhancement
- Dominant language
- Go
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The tool already has a `-M` option to select modules against which to run commands, but it is not easily possible to exclude one or more modules.
This typically happens when working on a plugin and the rest of the ecosystem bumps a version, but the plugin is on a branch. In order to rebase the plugin without too much manual work, all modules need to be updated.
Maybe this could work analogous to maven profile selection: `-Pprofile` selects it, which `-P-profile` deselects.
Contributor guide
Assessment
This issue has not been assessed yet.