mirror of
https://github.com/mikefarah/yq.git
synced 2025-02-05 17:36:05 +00:00
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
# New Features
|
|
- Keeps comments and formatting (e.g. inline arrays)!
|
|
- Handles anchors!
|
|
- Can specify yaml tags (e.g. !!int)
|
|
|
|
# Update scripts file format has changed
|
|
|
|
# Merge command
|
|
- autocreates missing entries in target by default, new flag to turn that off.
|
|
|