Versions in this module Expand all Collapse all v3 v3.3.2 Jun 11, 2020 Changes in this version + const ProductName + var GitCommit string + var GitDescribe string + var TestYmlStr = ... + var TestYmlStr2 = ... + var TestYmlStr3 = ... + var Version = "3.2.2" + var VersionPrerelease = "" + func CreateUpReadCmd() *cobra.Command + func GetVersionDisplay() string + func New() *cobra.Command + func SetLogLevel(level string) + func UpCmd() *cobra.Command + func UpDeletePathFromFile(filepath, elepath string, inplace bool, logLevel string) (string, error) + func UpReadYmlFile(filepath, epath, logLevel string, toArray bool) (string, error) + func UpReadYmlStr(ymlstr, epath, logLevel string, toArray bool) (string, error) + func UpValidateYmlFile(filename string, logLevel string) error + func UpValidateYmlStr(ymlstr string, logLevel string) error + func UpWriteNodeFromFile(filepath, elepath, value string, inplace bool, logLevel string) (string, error) + func UpWriteNodeFromStrForComplexValueFromYmlFile(ymlstr, elepath, complexymlvaluefilepath string, logLevel string) (string, error) + func UpWriteNodeFromStrForComplexValueFromYmlStr(ymlstr, elepath, complexymlvalue string, logLevel string) (string, error) + func UpWriteNodeFromStrForSimpleValue(ymlstr, elepath, value string, logLevel string) (string, error) + type YmlResultWriter struct + Buf *[]byte + Result string + func (yml *YmlResultWriter) Write(data []byte) (n int, err error)