yq/cmd
Cory Cross ea9df0eede Fix path generation when merging file has period in key
The program generates a path for every leaf node in the
file-to-be-merged. It does not escape them if they contain a dot, as
the path-expressions document mentions is necessary.

Add in a test for this condition. Verified it fails without the fix.
2020-02-04 22:37:00 -08:00
..
commands_test.go Fix path generation when merging file has period in key 2020-02-04 22:37:00 -08:00
constant.go Added default value flag - for printing out a value when reading and there are no matches 2020-02-03 10:13:48 +11:00
delete.go Fixed delete array pattern matching 2020-01-30 14:55:58 +11:00
merge.go Removed custom value parsing logic 2020-01-20 08:42:08 +11:00
new.go #323 Refactor the cobra command with standard structure 2020-01-15 14:02:48 +11:00
prefix.go #323 Refactor the cobra command with standard structure 2020-01-15 14:02:48 +11:00
read.go Added default value flag - for printing out a value when reading and there are no matches 2020-02-03 10:13:48 +11:00
root.go Added validate command 2020-01-30 16:34:43 +11:00
utils.go Added default value flag - for printing out a value when reading and there are no matches 2020-02-03 10:13:48 +11:00
validate.go Added validate command 2020-01-30 16:34:43 +11:00
version_test.go #323 Refactor the cobra command with standard structure 2020-01-15 14:02:48 +11:00
version.go Update cli docs 2020-01-30 09:58:21 +11:00
write.go Update cli docs 2020-01-30 09:58:21 +11:00