Documentation ¶ Index ¶ type Config func Load() Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { APIURL string Token string TenantID string JSON bool Verbose bool // TokenFromCreds is true only when Token came from the credentials file (not --token/env), gating auto-refresh. TokenFromCreds bool } Config holds the resolved CLI configuration. func Load ¶ func Load() Config Load returns the current configuration from viper (env vars + flags). Falls back to the credentials file for token and tenant_id. Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.