hubot-hobknob
v1.0.0
Published
A Hubot script for querying the Hobknob feature toggle service
Downloads
3
Maintainers
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>> }