Versions in this module Expand all Collapse all v0 v0.3.0 Jun 10, 2026 v0.2.0 May 29, 2026 Changes in this version + const FallbackAPIKeyField + var ErrNotLoggedIn = errors.New("not logged in — run `instant login` to authenticate") + func Clear() error + type Config struct + APIBaseURL string + APIKey string + Email string + FallbackAPIKey string + LegacyAPIKey string + SavedAt time.Time + TeamName string + Tier string + func Load() (*Config, error) + func (c *Config) EffectiveTier() string + func (c *Config) IsAuthenticated() bool + func (c *Config) Save() error + func (c *Config) SecretBackendName() string