Versions in this module Expand all Collapse all v1 v1.0.1 Aug 24, 2026 v1.0.0 Aug 24, 2026 Changes in this version + func DefaultPath() (string, error) + func ProfileName(label string) string + func Save(path string, cfg *Config) error + type Config struct + DefaultProfile string + Profiles map[string]Profile + func Load(path string) (*Config, error) + func (c *Config) Resolve(name string) (string, Profile, error) + type Overrides struct + APIKey string + BaseURL string + Profile string + Region string + Regions map[string]string + type Profile struct + BaseURL string + KeyRef string + Label string + Region string + type RuntimeContext struct + APIKey string + BaseURL string + Profile Profile + ProfileName string + func ResolveContext(cfg *Config, store Store, o Overrides) (RuntimeContext, error) + type Store interface + Delete func(profile string) error + Get func(profile string) (string, error) + Name func() string + Set func(profile, key string) error