Versions in this module Expand all Collapse all v3 v3.17.0 Jun 6, 2026 Changes in this version + func ConfigPaths(eco Ecosystem, home string) []string + type Detected struct + Configured bool + Ecosystem Ecosystem + Path string + func Detect(home, proxyHost string) []Detected v3.16.0 Jun 6, 2026 Changes in this version + func ProxyURL(base string, eco Ecosystem) string + func ProxyURLWithSlash(base string, eco Ecosystem) string + func RequireWriter(eco Ecosystem) error + type ConfigFile struct + Content string + Path string + Structured bool + func ConfigFiles(eco Ecosystem, opts ConfigOptions) ([]ConfigFile, error) + type ConfigOptions struct + APIKey string + HomeDir string + OrgID string + ProxyURL string + type Ecosystem struct + Command string + DisplayName string + ID string + LiveWriter bool + Prefix string + Tier Tier + func All() []Ecosystem + func ByCommand(command string) (Ecosystem, bool) + type Tier string + const TierCommunity + const TierEnterprise + const TierPro