# Functions
Exists checks if an executable exists.
HelmClientInit initializes the Helm client only.
HelmDelete helm del --purge a chart.
HelmInit init helm with a service account.
HelmInstall helm install from a chart for a given namespace --set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2).
HelmInstallDryRun helm install dry run from a chart for a given namespace.
HelmParams provides a way to construct helm params.
HelmTemplate helm template from a chart for a given namespace --set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2).
HelmTest helm test a chart release.
KubeApply kubectl apply from file.
KubeDelete kubectl delete from file.
Shell runs a command on shell and get back output and error if get one.
ShellMuteOutput runs a command on shell and get back output and error if get one.