Documentation ¶
Overview ¶
Package cliconfig implements the parser and load of Terramate CLI Configuration files (.terramaterc and terramate.rc).
Index ¶
Constants ¶
View Source
const ( // ErrInvalidAttributeType indicates the attribute has an invalid type. ErrInvalidAttributeType errors.Kind = "attribute with invalid type" // ErrUnrecognizedAttribute indicates the attribute is unrecognized. ErrUnrecognizedAttribute errors.Kind = "unrecognized attribute" )
View Source
const DirEnv = "HOME"
DirEnv is the environment variable used to define the config location.
View Source
const Filename = ".terramaterc"
Filename is the name of the CLI configuration file.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.