Skip to content

Releases: mikefarah/yq

Create new Yaml files on the fly

12 Apr 11:55

Choose a tag to compare

Added a 'new' command that largely works like update, but without an existing yaml file.

Ability to create new YAML entries

12 Apr 10:50

Choose a tag to compare

Maintain key order

26 Feb 22:40

Choose a tag to compare

Key order is now maintained when reading and writing YAML files, previously they were being alphabetically sorted.

Fixed write array problem

09 Feb 03:50

Choose a tag to compare

This fixes the bug raised in Issue 3, that is updating a yaml array.

Handle 'index out of range' errors gracefully

19 Mar 02:31

Choose a tag to compare

JSON conversion

13 Oct 10:45

Choose a tag to compare

You can now convert to and from json

Write command bug fix

09 Oct 10:36

Choose a tag to compare

This fixes a bug when using the write command without a script file

Write scripts

08 Oct 08:06

Choose a tag to compare

Can now give the write command a update script to apply to a yaml file

More features

06 Oct 10:25

Choose a tag to compare

Can splat, read from STDIN and now using a new fancy CLI library

First official release

03 Oct 08:12

Choose a tag to compare

  • Handles simple writes
  • Handles '.' in yaml keys
  • is awesome