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