Sha256: 6256716d35923b2c2966f6be7d33c368fd0157ebab0c8f9ae8b6cf5bfb1e7644
Contents?: true
Size: 339 Bytes
Versions: 7
Compression:
Stored size: 339 Bytes
Contents
#!/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 %>
Version data entries
7 entries across 7 versions & 1 rubygems