package
1.5.0
Repository: https://github.com/kraudcloud/cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
EnvMapFromReader reads a .env formatted file from the given path, and returns a map of key/value pairs.
LoadEnv loads the environment variables from the given reader The loaders function is used to load the value of an environment variable first-non-nil loader wins if no loader is non-nil, then the default is used, or an error is returned.
LoadEnvReader reads a .env formatted file from the given path, and returns a loader function.
LoadKV returns a loader function that loads the given key/value pairs from the map.
No description provided by the author
No description provided by the author
ParseTemplateVars returns a map of environment variables that are referenced in the given reader The map key is the variable name, and the value is the right hand side of the expression.

# Structs

Variable is the right hand side of an environment variable expression.

# Type aliases

No description provided by the author