yq/Upgrade Notes

16 lines
557 B
Plaintext
Raw Normal View History

2020-01-05 21:12:30 +00:00
# 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.
2020-01-05 04:28:24 +00:00
# New Features
- Keeps comments and formatting (e.g. inline arrays)!
- Handles anchors!
2020-01-08 21:17:56 +00:00
- Can specify yaml tags (e.g. !!int), quoting values no longer sufficient, need to specify the tag value instead.
2020-01-05 04:28:24 +00:00
# Update scripts file format has changed
# Merge command
- autocreates missing entries in target by default, new flag to turn that off.