We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70dbea commit 02eba7bCopy full SHA for 02eba7b
.cloud/helpers/common.sh
@@ -40,7 +40,7 @@ function getOutput() {
40
41
# Parse stdin and get the value associated with the given key.
42
function parseJson() {
43
- python3 -c "import sys, json; print(json.load(sys.stdin)['$1'])"
+ jq ".$1" -r
44
}
45
46
# Example use: getModuleOutput java-redis redis_network
0 commit comments