chelnak / gh-changelog

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

Show current config in the terminal #39

Closed chelnak closed 2 years ago

chelnak commented 2 years ago

Config lives in a yaml file:

~/.config/gh-changelog/config.yaml

It is also possible that some settings may be using their defaults and are not in the above file.

We should have a command like:

gh changelog config show

that displays the current running configuration for the app using similar mechanisms to those used in gh changelog show