We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfe71c commit 73b07a9Copy full SHA for 73b07a9
src/yq/config.vsh.yaml
@@ -67,7 +67,8 @@ test_resources:
67
set -e
68
echo "name: 'bar'" > test.yaml
69
"$meta_executable" --input test.yaml --output output.yaml --eval '.name = "foo"'
70
- grep 'name: "foo"' output.yaml
+ "$meta_executable" --input output.yaml --output output2.yaml --eval '.name'
71
+ grep "^foo$" output2.yaml
72
73
engines:
74
- type: docker
0 commit comments