Class Heroku::Command::Config
In: lib/heroku/command/config.rb
Parent: BaseWithApp

manage app config vars

Methods

add   display_vars   format   index   remove  

Public Instance methods

config:add KEY1=VALUE1 …

add one or more config vars

config

display the config vars for an app

-s, —shell # output config vars in shell format

config:remove KEY

remove a config var

Protected Instance methods

[Validate]