Updated to use -o for output format

This commit is contained in:
Mike Farah
2021-08-20 13:35:57 +10:00
parent 043e9128d7
commit 10d4eb3381
3 changed files with 69 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
4.12.0:
- Can now convert yaml to properties properties format (`-o=props`), See [] for more info.
- Fixed document header/footer comment handling when merging (https://github.com/mikefarah/yq/issues/919)
- pretty print yaml 1.1 compatibility (https://github.com/mikefarah/yq/issues/914)