Heroku Env Lookup
If you happen to work with mid-sized organizations in Heroku, containing tens of apps, though not mature enough for the Enterprise plan or missing the IaaC setup, you know how tedious it might get to juggle all the configuration variables. It might get even more overwhelming when you need to grep apps by env variable, finding the right app configured with a specific value.
When I reencountered this issue, I decided to solve it once and for a while, so here's the plugin helping to look up a variable matching the search value in its name or value. Here's how it works. Installation is simple:
After installation, you will be able to lookup for an environment variable by a substring or a full string like this:
Hope you'll find this helpful! Support the initiative or buy a commercial license if you will use it for managing apps for commercial purposes.