Versions in this module Expand all Collapse all v0 v0.0.1 May 16, 2024 Changes in this version + const ViperTokenKey + const ViperUsernameKey + type Config struct + Repos map[string]Repo + Secrets map[string]Secret + type ConfigFlags struct + Local *bool + func NewConfigFlags(usePersistentConfig bool) *ConfigFlags + func (f *ConfigFlags) AddFlags(flags *pflag.FlagSet) + type Repo struct + Deployment bool + Directory string + Secret string + URL string + type Secret struct + Password string + Username string