Fixed delete array pattern matching

This commit is contained in:
Mike Farah
2020-01-30 14:55:58 +11:00
parent 789ea02096
commit 44f36833cf
4 changed files with 41 additions and 15 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ Usage:
yq [command]
Available Commands:
delete yq d [--inplace/-i] [--doc/-d index] sample.yaml 'b.e(name==fred).value'
delete yq d [--inplace/-i] [--doc/-d index] sample.yaml 'b.e(name==fred)'
help Help about any command
merge yq m [--inplace/-i] [--doc/-d index] [--overwrite/-x] [--append/-a] sample.yaml sample2.yaml
new yq n [--script/-s script_file] a.b.c newValue