1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Merge arrays!

This commit is contained in:
Mike Farah
2020-01-05 17:28:24 +13:00
parent 1aa5ec1d40
commit 1f7f1b0def
5 changed files with 29 additions and 17 deletions

10
Upgrade Notes Normal file
View File

@@ -0,0 +1,10 @@
# 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.