chelnak / gh-changelog

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

Add a command to view current config #63

Closed chelnak closed 2 years ago

chelnak commented 2 years ago

Prior to this PR it was only possible to view config by inspecting the config file created in the users home directory or the current environment variables if any settings had been overridden.

This PR adds the config command that allows users to print the current configuration of the application to stdout in either yaml or json format.

Closes #39