CadburyBot :man_in_tuxedo:
Under development 🚧
Usage
cb env get
cb env get <env-name>
cb env set <environment-name>
cb env delete <environment-name>
cb env default <environment-name>
cb request get
cb request get <request-name>
cb request set <request-name>
cb request delete <request-name>
cb send <request-name>
or
cb send <request-name> --env <env-name>
Pro tip: CadburyBot saves all these configurations as JSON file under ~/cadburybot
directory. Instead of using request
or env
command, You can also manually update them.
Installation
Add this line to your application's Gemfile:
gem 'cadburybot'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install cadburybot
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the cadburybot project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.