chelnak / gh-changelog

A gh cli extension that will make your changelogs ✨
MIT License
110 stars 4 forks source link

Take config from environment #55

Closed chelnak closed 2 years ago

chelnak commented 2 years ago

With viper you can easily override config with environment variables.

Adding the functionality to this app would allow a user to have more control when running in environments where the config file can't be easily accessed. For example in a CI workflow.