Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AwlessHome = filepath.Join(os.Getenv("HOME"), ".awless") RepoDir = filepath.Join(AwlessHome, "aws", "rdf") Dir = filepath.Join(AwlessHome, "aws") KeysDir = filepath.Join(AwlessHome, "keys") InfraFilename = "infra.rdf" AccessFilename = "access.rdf" AwlessFirstInstall, AwlessFirstSync bool )
View Source
var ( Version = "0.0.13" BuildFor string )
View Source
var CurrentBuildInfo = BuildInfo{ Version: Version, For: BuildFor, Sha: buildSha, Date: buildDate, Arch: buildArch, OS: buildOS, }
Functions ¶
func InitAwlessEnv ¶
func InitAwlessEnv() error
Types ¶
Click to show internal directories.
Click to hide internal directories.