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
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Right now, we have our own code to read in CLIConfighere.
It would be good if we could replace it with Viper. We had Viper in root.go but I removed it in this PR. This is because there was code around Viper but it wasn't actually used for anything.
i.e., cfgFilehere is actually empty because we aren't reading it anywhere and the default cfgFile path is incorrect (should be ~/home/username/.keptn/config like in this function)
To Do
Replace the functions to manage CLIConfig with Viper