# Functions
AddKubectlFlagsToCmd adds kubectl like flags to a command and returns the ClientConfig interface for retrieving the values.
AskToProceed prompts the user with a message (typically a yes or no question) and returns whether or not they responded in the affirmative or negative.
No description provided by the author
NewVersionCmd returns a new `version` command to be used as a sub-command to root.
PromptCredentials is a helper to prompt the user for a username and password (unless already supplied).
PromptMessage prompts the user for a value (unless already supplied).
PromptPassword prompts the user for a password, without local echo.
PromptUsername prompts the user for a username value.
ReadAndConfirmPassword is a helper to read and confirm a password from stdin.
SetGLogLevel set the glog level for the k8s go-client.
SetLogLevel parses and sets a logrus log level.