Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultConfigFileName is the default name for the config file DefaultConfigFileName = ".unboundCLI.json" // Environment variable names EnvAPIKey = "UNBOUND_CLI_API_KEY" EnvAPISecret = "UNBOUND_CLI_API_SECRET" EnvBaseURL = "UNBOUND_CLI_BASE_URL" EnvInsecure = "UNBOUND_CLI_INSECURE" )
Variables ¶
This section is empty.
Functions ¶
func GetDefaultConfigPath ¶
GetDefaultConfigPath returns the default path for the config file
func LoadConfig ¶
LoadConfig loads the API configuration from environment variables, Viper, or a file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.