heroku_config_vars
Manage Heroku app environment variables to configure application settings and secrets for deployment and runtime behavior.
Instructions
Get or set config vars (environment variables) for a Heroku app.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Name of the Heroku app | |
| set | No | Set to true to modify config vars (default: false, just lists) | |
| key | No | Config var key (for getting a specific var or setting) | |
| value | No | Config var value (required when set=true). Use null to unset. |