github / github/gh-mysql-conf-diff
Output in JSON and YAML
Open
- Dominant language
- Go
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
The current implementation only allows text-based output:
```
Difference found: CONNECT_TIMEOUT
my.cnf: 60
mysqld: 30
```
Output should be allowed in a format that is more easily to consume programatically, e.g. JSON or YAML.
### Acceptance Criteria
- [ ] User is able to get output in JSON and YAML.
- [ ] User should be able to specify using a flag, like `--format [json|text|yaml]` or something like that
- [ ] Unit tests
- [ ] Update README
Contributor guide
Assessment
This issue has not been assessed yet.