Releases: VojtechVitek/yaml-cli
Releases · VojtechVitek/yaml-cli
v0.0.5
- Remove
yaml print $selector
command - Add
yaml get $selector --print-key
- Add
yaml get $selector --no-separator
- Add regexp suppport for matching (
match:\n selector: regex
) .yt transformations - Add regexp support for grepping documents (
yaml grep "selector: regexp"
)
v0.0.4
Discard os.Stdin after doc match (fixes write error: Broken pipe)
v0.0.3
yaml count
v0.0.2
cat file.yml | yaml to json > file.json
v0.0.1
Add Makefile: make dist, make test, make build