hubot-heroku
Advanced tools
{ | ||
"name": "hubot-heroku", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Run heroku commands via hubot without direct access to Heroku", | ||
@@ -32,2 +32,3 @@ "main": "index.js", | ||
"coffee-script": "^1.8.0", | ||
"dotenv": "^0.4.0", | ||
"hubot": "^2.9.3", | ||
@@ -34,0 +35,0 @@ "hubot-scripts": "^2.5.16", |
@@ -52,3 +52,4 @@ hubot-heroku | ||
hubot heroku migrate <app> - Runs migrations. Remember to restart the app =) | ||
hubot heroku config:set <app> <KEY=value> - Set KEY to value. Overrides present key | ||
hubot heroku config <app> - Get config keys for the app. Values not given for security | ||
hubot heroku config:set <app> <KEY=value> - Set KEY to value. Case sensitive and overrides present key | ||
hubot heroku config:unset <app> <KEY> - Unsets KEY, does not throw error if key is not present | ||
@@ -55,0 +56,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20987
6.98%16
6.67%13
8.33%93
1.09%8
14.29%