Versions in this module Expand all Collapse all v1 v1.0.2 Jun 3, 2026 v1.0.1 Jun 3, 2026 Changes in this version + func DefaultPath() (string, error) + type Config struct + ClientID string + ClientSecret string + DefaultProject string + Output string + RedirectURL string + Region string + func Default() Config + type Store struct + Path string + func NewStore(path string) *Store + func (s *Store) Load() (Config, error) + func (s *Store) Save(cfg Config) error