config

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL