CLI for the CLI framework
Week 5 Report
- Refactor RuleConfig - remove method implmentations in config structure #issue110 #105
- Overriding default rules provided by the validator #issue104 #105
- Regex validation in command name(UseMatches rule) issue#84 #139
- Set up gh-pages and settings for docusaurus issue#140 #142
- Config with array of commands during validation issue#86 #144
- Skip Commands by mentioning the command path (provided by cobra)
- Skip Command and it’s children/descendants by provding command path
- Skip commands for particular rule
- Pull pkg from starter to charmil core issue#149 #154
- Removes elements that are already in core
- Swaps some elements with charmil
- Update charmil & validatorOptions in rhoas #814
Next Week
- Charmil CLI for starter project issue#143 #155
- starter example for CLI
- include charmil validator tests in starter
- starter go template for CLI files
- charmil CLI basic structure
- Adding license, contibuting.md and other no golang stuff
- charmil CLI init command
- Support for command completion issue#134
- [Generic flags] Debug #135
- Extract documentation helpers into charmil core #136
- SkipChildren option not working in validator config issue#151
Blockers