README.md in knife-spork-0.1.10 vs README.md in knife-spork-0.1.11
- old
+ new
@@ -30,10 +30,17 @@
Below is a sample config file with all supported options enabled below, followed by an explanation of each section.
````
git:
enabled: true
+hipchat:
+ enabled: true
+ apikey: MYAPIKEYHERE
+ nickname: "Knife-Spork"
+ room: "Chef"
+ notify: true
+ color: "red"
irccat:
enabled: true
server: irccat.mycompany.com
port: 12345
channel: "#chef"
@@ -57,9 +64,18 @@
This section enables a couple of git commands which will run as part of your spork workflow, namely:
* When you bump a cookbook's version, the relevant metadata.rb file will be git added
* When you promote an environment, git pull will be run before your changes are made.
+
+## HipChat
+
+Notifications will be sent to the HipChat room of your choice. Currently notifies on
+
+* When a cookbook is uploaded using spork upload
+* When an environment is promoted to the server using promote --remote
+
+color: "yellow", "red", "green", "purple", or "random"
## Irccat
If you're using the irccat (https://github.com/RJ/irccat) irc bot, this lets you post notifications to the channel of your choice. It currently notifies on