A way to check for backwards compatibility in CLI commands.
Open
feature-request
Infrastructure
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
Currently, checking for breaking changes is a manual check done through command review.
**Describe the solution you'd like**
CI check to identify breaks, whether its command/parameter removal or addition of new mandatory parameters.
As a solution, we could maintain state information about our CLI commands, and write a linter rule to check for compatibility.
Contributor guide
Assessment
This issue has not been assessed yet.