Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsurePermissions ¶
EnsurePermissions changes the permissions of all earthly files to be owned by the user and their group.
func GetEarthlyDir ¶
GetEarthlyDir returns the .earthly dir. (Usually ~/.earthly). This function will not attempt to create the directory if missing, for that functionality use to the GetOrCreateEarthlyDir function.
func GetOrCreateEarthlyDir ¶
GetOrCreateEarthlyDir returns the .earthly dir. (Usually ~/.earthly). if the directory does not exist, it will attempt to create it.
func GetValidEnvNames ¶ added in v0.7.0
func GetValidEnvNames(app *cli.App) map[string]struct{}
func IsBootstrapped ¶
IsBootstrapped provides a tentatively correct guess about the state of our bootstrapping.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.