Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // All implies eval-all: the evaluation loads all yaml documents of all yaml files and runs the // expression once. If false (the default), the evaluation iterates over each yaml document from // each given file, applies the expression and prints the result in sequence. All bool // InPlace implies that, for mutating operations, mutations will happen in-place and modify the // original file. InPlace bool }
Click to show internal directories.
Click to hide internal directories.