mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
16 lines
557 B
Plaintext
16 lines
557 B
Plaintext
# Update doco / notes
|
|
- --autocreate=false to turn off default flags
|
|
- add comments to test yaml to ensure they are kept on updating.
|
|
- update built in command notes to includes quotes around path args.
|
|
|
|
# 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.
|
|
|
|
# Update scripts file format has changed
|
|
|
|
# Merge command
|
|
- autocreates missing entries in target by default, new flag to turn that off.
|
|
|