Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2026 Changes in this version + func DeleteProfile(name string) + func GetAPIKey() (string, error) + func GetConfigPath() string + func GetEndpoint() string + func Init(cfgFile, profileName string) error + func IsDebug() bool + func ListProfiles() []string + func Save() error + func SetDebug(d bool) + func SetDefaultProfile(name string) + func SetProfile(p Profile) + type Config struct + DefaultProfile string + Profiles map[string]Profile + func GetConfig() *Config + type Profile struct + APIKey string + DefaultProject string + Endpoint string + Name string + func GetProfile() *Profile