#!/usr/bin/env bash function getValueByKey() { jq -r ".$1" "${CONFIG}" } function getLocalConfValue() { jq -r ".$2" "$1/config.json" }