#!/bin/sh

# Check the config of a Heroku app against the defined variables in `Envfile`

<%- if @app %> HEROKU_APP=<%= @app %> exec heroku config –json | bundle exec envied check:heroku –groups <%= @groups.join(“ ”) %> <%- else %> exec heroku config –json | bundle exec envied check:heroku –groups <%= @groups.join(“ ”) %> <%- end %>