Ruboty::Heroku
An Ruboty Handler + Actions to Ruboty-Heroku.
Ruboty is Chat bot framework. Ruby + Bot = Ruboty
Installation
Add this line to your application's Gemfile:
gem 'ruboty-heroku'
And then execute:
$ bundle
Commands
Command | Pattern | Description |
---|---|---|
[heroku restart](#heroku restart) | heroku restart (?.+) | Restart all dynos of specified application. |
Usage
heroku restart
- Restart all dynos of specified application.
> botname heroku restart youappname
ENV
Name | Description |
---|---|
HEROKU_API_KEY |
API Key of Heroku. -> https://dashboard.heroku.com/account |
Dependency
Name | Description |
---|---|
platform-api |
Heroku Platform API gem |
Contributing
- Fork it ( https://github.com/xoyip/ruboty-heroku/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request