I read data from a json file with jq. I wanna append the results into a yaml file, but I dont get it working. I am quite new to shell programming. My goal is to append that
With yq version 3.3.2:
yq version 3.3.2
cat $DEFAULTS_FILE | yq r -P -
yq a yaml wrapper for jq
yq
jq
r read
r
-P --prettyPrint
-P
- from STDIN
-