github / github/gh-mysql-conf-diff
Output in JSON and YAML
オープン
- 主要言語
- Go
- スター
- 6
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### 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
コントリビューションガイド
調査の方向性
まず CLI フラグの処理と既存のテキスト出力の経路を見つけ、次に単体テストがどのように構成されているかを確認します。JSON、YAML、テキストの選択に対するカバレッジを追加し、フラグの使用方法を README に追記して、3 つすべての形式を正常に要求できれば作業完了とします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go, mysql
- 領域
- cli, databases
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100