summaryrefslogtreecommitdiff
path: root/bin/heroku-env-apply
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heroku-env-apply')
-rwxr-xr-xbin/heroku-env-apply3
1 files changed, 3 insertions, 0 deletions
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