You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other advantage of using viper is that when we use hydros as a CLI the configuration could be stored in the home directory and people could configure specific settings once for themselves; e.g. the path of their GitHubAppKey and the appid
It might be nice if we could support configuring the GitHubApp from a configuration file rather than having a huge number of command line flags; like Palantir GitHubApps
https://github.com/palantir/go-githubapp/blob/develop/example/config.yml
Is viper a good solution for dealing with this?
https://github.com/spf13/viper
The text was updated successfully, but these errors were encountered: