Releases: herrjulz/goml
Releases · herrjulz/goml
GOML 0.9.0
GOML 0.8.0
GOML v0.7.0
New Features
goml paths
With goml paths you can retrieve all key paths of a YAML file:
$ goml paths -f <path-to-yaml-file>
GOML v0.6.0
GOML v0.5.0
New Features
--dry-run|-d
option forset
: Results ofgoml set
can be printed tostdout
- New set syntax: In addition to the
--value|-v
parameter a value can directly be provided with the property string (provided with--prop|-p
parameter), using=
as separator.
GOML v0.4.0
New Features
goml
creates non existing paths usingset
- Additional delimiter
|
added. This is useful if yamlkeys
are containing:
.
Goml v0.3.0
More Goml functions can be now used as library
GOML v0.2.0
Bug Fix:
- enable goml to get, delete float values
First Release
v0.1.0 update gitignore