UNPKG

2.68 kBJSONView Raw
1{"version":"7.5.6","commands":{"config:edit":{"id":"config:edit","description":"interactively edit config vars\nThis command opens the app config in a text editor set by $VISUAL or $EDITOR.\nAny variables added/removed/changed will be updated on the app after saving and closing the file.","pluginName":"@heroku-cli/plugin-config","pluginType":"core","aliases":[],"examples":["# edit with vim\n$ EDITOR=\"vim\" heroku config:edit","# edit with emacs\n$ EDITOR=\"emacs\" heroku config:edit","# edit with pico\n$ EDITOR=\"pico\" heroku config:edit","# edit with atom editor\n$ VISUAL=\"atom --wait\" heroku config:edit"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"key","description":"edit a single key"}]},"config:get":{"id":"config:get","description":"display a single config value for an app","usage":"config:get KEY...","pluginName":"@heroku-cli/plugin-config","pluginType":"core","aliases":[],"examples":"$ heroku config:get RAILS_ENV\nproduction","flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"shell":{"name":"shell","type":"boolean","char":"s","description":"output config vars in shell format"}},"args":[{"name":"KEY","required":true}]},"config":{"id":"config","description":"display the config vars for an app","pluginName":"@heroku-cli/plugin-config","pluginType":"core","aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"shell":{"name":"shell","type":"boolean","char":"s","description":"output config vars in shell format"},"json":{"name":"json","type":"boolean","char":"j","description":"output config vars in json format"}},"args":[]},"config:unset":{"id":"config:unset","description":"unset one or more config vars","pluginName":"@heroku-cli/plugin-config","pluginType":"core","aliases":["config:remove"],"examples":["$ heroku config:unset RAILS_ENV\nUnsetting RAILS_ENV and restarting example... done, v10","$ heroku config:unset RAILS_ENV RACK_ENV\nUnsetting RAILS_ENV, RACK_ENV and restarting example... done, v10"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]}}}
\No newline at end of file