Documentation
¶
Index ¶
Constants ¶
View Source
const Filename = ".ldcli-config.yml"
Variables ¶
This section is empty.
Functions ¶
func GetConfigFile ¶
func GetConfigFile() string
GetConfigFile gets the full path to the config file.
Types ¶
type ConfigFile ¶
type ConfigFile struct {
AccessToken string `json:"access-token,omitempty" yaml:"access-token,omitempty"`
AnalyticsOptOut *bool `json:"analytics-opt-out,omitempty" yaml:"analytics-opt-out,omitempty"`
BaseURI string `json:"base-uri,omitempty" yaml:"base-uri,omitempty"`
Flag string `json:"flag,omitempty" yaml:"flag,omitempty"`
Environment string `json:"environment,omitempty" yaml:"environment,omitempty"`
Output string `json:"output,omitempty" yaml:"output,omitempty"`
Project string `json:"project,omitempty" yaml:"project,omitempty"`
}
ConfigFile represents the data stored in the config file.
func NewConfig ¶
func NewConfig(rawConfig map[string]interface{}) (ConfigFile, error)
Click to show internal directories.
Click to hide internal directories.