mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-14 15:18:06 +00:00
13 lines
568 B
Plaintext
13 lines
568 B
Plaintext
|
|
# New Features
|
|
- Keeps comments and formatting (e.g. inline arrays)!
|
|
- Handles anchors!
|
|
- Can specify yaml tags (e.g. !!int), quoting values no longer sufficient, need to specify the tag value instead.
|
|
- JSON output works for all commands! Yaml files with multiple documents are printed out as one JSON document per line.
|
|
|
|
# Update scripts file format has changed to be more powerful. Comments can be added, and delete commands have been introduced.
|
|
|
|
# Merge command
|
|
- New flag 'autocreates' missing entries in target by default, new flag to turn that off.
|
|
|