We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5623e commit 528f7e7Copy full SHA for 528f7e7
1 file changed
read-values.bash
@@ -21,6 +21,8 @@ for ((i=1; i<${#FILES[@]}; i++)); do
21
MERGED=$(echo "$MERGED" | yq eval-all 'select(fileIndex == 0) * select(fileIndex == 1)' - "${FILES[i]}")
22
done
23
24
+echo "Merged values: " >&2
25
+echo ${MERGED} >&2
26
27
# Each argument format:
28
# key = .yq.expression (spaces around '=' are optional)
0 commit comments