npm install hubot-divshot --save
- Add
hubot-divshot
toexternal-scripts.json
(e.g.["hubot-divshot", "some-other-plugin"]
) - Before deployment set:
DIVSHOT_AUTH_TOKEN
to a Divshot account's API key. This user must have access to the apps you want to use this script on.ORGANIZATION_NAME
to the name of your organization.
hubot divshot promote appname
will promote appname from staging to production
npm install -g node-inspector
node-inspector --no-preload --web-port 8123
coffee --nodejs --debug node_modules/.bin/hubot
Visit http://127.0.0.1:8123/debug?port=5858
and use debugger
statements to pause execution.