Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
elidhu committed Sep 18, 2020
1 parent 847a3cd commit 1795e9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode/
test/
goss
.envrc
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@ goss list / --json | jq '.[].Name' | xargs -n1 goss delete -n
```

## Why?
I made this tool because although **chamber** is an excellent tool - it uses **viper** underneath and the problem with **viper** is that the keys are **CASE INSENSITIVE** which for me was unacceptable. So I decided to roll-my-own using the wonderful [**koanf**](https://github.com/knadh/koanf) library to manage the deserialisation of various config files.
I made this tool because although **chamber** is an excellent tool - it uses **viper** underneath and the problem with **viper** is that the keys are **CASE INSENSITIVE** which for me was unacceptable. So I decided to *roll-my-own* using the wonderful [**koanf**](https://github.com/knadh/koanf) library to manage the deserialisation of various config files.

## Acknowledgements
- [koanf](https://github.com/knadh/koanf): For being the solution to the problems I had.
- [chamber](https://github.com/segmentio/chamber): For being the inspiration.
- [cobra](https://github.com/spf13/cobra): For being an awesome CLI tool library.

[Buy me a ☕!](https://www.paypal.me/kevinglasson)

0 comments on commit 1795e9d

Please sign in to comment.