# Functions
AddEditInPlaceSupport will add the standard edit in place option and store the user input in the provided bool variable.
AddInputFileSupport will add the standard dockcmd input file option and store the user input in the provided string variable.
AddOutputFileSupport will add the standard dockcmd output file option and store the user input in the provided string variable.
AddSetValuesSupport will add the standard values array and store in the provided string array variable.
AddUseAlternateDelimitersSupport will add the standard use alternate delimeters option and store the user input in the provided bool variable.
AddValuesFileSupport will add the standard values file array and store in the provided string array variable.
ExitIfError will generically handle an error by logging its contents and exiting with a return code of 1.
GetSecrets process get-secrets request.
No description provided by the author
ParseSecretsTemplate uses the provided funcMap to parse secrets.
ReadFileOrStdin will read from stdin if "-" is passed as input string or it will the files contents to a byte array.
ReadSetValues will add all of the values passed in with --set and store the values in ValuesMap.
No description provided by the author
WriteFileOrStdout will write the provided data to stdout or to the specified file.
# Constants
AltLeftDelim for go templating.
AltRightDelim for go templating.
DefaultCacheTTL secrets client default cache TTL.
DefaultLeftDelim for go templating.
DefaultRightDelim for go templating.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
Logger for global use.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author