hubot-hobknob

A Hubot script for querying the Hobknob feature toggle service

Usage no npm install needed!

<script type="module">
  import hubotHobknob from 'https://cdn.skypack.dev/hubot-hobknob';
</script>

README

hubot-hobknob

A hubot script for the Hobknob feature toggle service

Installation

In hubot project repo, run:

npm install hubot-hobknob --save

Then add hubot-hobknob to your external-scripts.json:

[
  "hubot-hobknob"
]

Sample Interaction

user1>> hubot show toggles for application_name
hubot>> Feature toggles for application_name:
hubot>> {
hubot>>   "Toggle1": true,
hubot>>   "Toggle2": false,
hubot>> }