Versions in this module Expand all Collapse all v3 v3.0.0 Apr 4, 2026 Changes in this version + func GetReader(cmd *cobra.Command, inputpath string) (io.Reader, error) + func GetWriter(outputpath string) (io.WriteCloser, error) + type CmdUtils struct + func New(confManager configManagerIface, logger log.ILogger, writer io.WriteCloser) *CmdUtils + func (c *CmdUtils) GenerateFromCmd(tokens []string) error + func (c *CmdUtils) GenerateStrOut(input io.Reader, inputOutputIsSame bool) error + func (c *CmdUtils) UploadTokensWithVals(tokens map[string]string) error + type PostProcessor struct + Config *config.GenVarsConfig + ProcessedMap generator.ReplacedToken + func (p *PostProcessor) ConvertToExportVar() []string + func (p *PostProcessor) FlushOutToFile(w io.Writer) error + func (p *PostProcessor) StrToFile(w io.Writer, str string) error + type WriterCloserWrapper struct + func (swc *WriterCloserWrapper) Close() error Other modules containing this package github.com/DevLabFoundry/configmanager/v2