def upper_repl()

in deploy-templates/scripts/update-env-config.py [0:0]


def upper_repl(match):
    return match.group(1).upper()