yqutil

package
v2.0.0-rc.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EvaluateExpression

func EvaluateExpression(expression string, content []byte) ([]byte, error)

EvaluateExpression evaluates the yq expression and returns the output formatted with yamlfmt.

func EvaluateExpressionPlain

func EvaluateExpressionPlain(expression, content string, colorsEnabled bool) (string, error)

EvaluateExpressionPlain evaluates the yq expression and returns the yq result.

func EvaluateExpressionWithEncoder

func EvaluateExpressionWithEncoder(expression, content string, encoder yqlib.Encoder) (string, error)

EvaluateExpressionWithEncoder evaluates the yq expression and returns the yq result using a custom encoder.

func Join

func Join(yqExprs []string) string

func ValidateContent

func ValidateContent(content []byte) error

ValidateContent decodes the content yaml, to check it for syntax errors.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL