Skip to content

ve-global/hobknob-toggle-logger-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hobknob Toggle Logger for Slack

Build Status

Uses feature-hooks in hobknob to write toggle change events to slack.

Configuration

config.json

{
  "hookUrl": "https://hooks.slack.com/services/my-slack-hook-url",
  "channel": "#mychannel",
  "env": "test"              // optional
}
  • hookUrl: create a new integration in slack and paste the hook url here
  • channel: channel to post to
  • env: (optional) sets the username when posting to Hobknob (<env>), useful if you run separate instances of hobknob for test/prod

Hobknob Configuration

  "hooks": [
    "/foo/some/other/hook.js",
    "node_modules/hobknob-toggle-logger-slack/index.js"
  ],

About

Hobknob plugin to log toggle change events to slack

Resources

License

Stars

Watchers

Forks

Packages

No packages published