# Functions
AppendProjectEnvToCmdEnv converts a key-value pair map into a slice of `key=value`s allow module definition to use an alternative env-var-name than field while apply.
No description provided by the author
No description provided by the author
No description provided by the author
ExecuteCommandOutput runs the command and returns its combined standard output and standard error.
No description provided by the author
IndentString will Add x space char padding at the beginging of each line.
No description provided by the author
ReflectStructValueIntoMap receives a resource of struct type as type AWSCreds struct{ AccessKeyID string `yaml:"accessKeyId,omitempty"` SecretAccessKey string `yaml:"secretAccessKey,omitempty"` }{ AccessKeyID: "FOO", SecretAccessKey: "BAR", } It will base on the tag, fill in the value to supplied map[string]string.
# Variables
@TODO how can we make these type of helpers extensible?.