From 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Wed, 4 Aug 2021 18:12:54 -0700 Subject: Initial commit --- bin/heroku-env-apply | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/heroku-env-apply (limited to 'bin/heroku-env-apply') diff --git a/bin/heroku-env-apply b/bin/heroku-env-apply new file mode 100755 index 0000000..067021d --- /dev/null +++ b/bin/heroku-env-apply @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +cat $2 | tr '\n' ' ' | xargs heroku config:set -a $1 -- cgit v1.2.3