UNPKG

heroku-client

Version:

A wrapper for the Heroku v3 API

23 lines (13 loc) 423 B
# config-var Config Vars allow you to manage the configuration information provided to an app on Heroku. ## Actions ### `info` `heroku.apps({app_id_or_name}).configVars().info({callback});` Method | Path --- | --- GET | /apps/{app_id_or_name}/config-vars ### `update` `heroku.apps({app_id_or_name}).configVars().update({attributes}, {callback});` Method | Path --- | --- PATCH | /apps/{app_id_or_name}/config-vars