/godock

Interact with Flowdock on the command line

Primary LanguageGoOtherNOASSERTION

Usage

List the flows you can write to wm > godock flows ID | Name | Organization | URL

 iora:room1	|         water cooler	| Iora Health	| https://api.flowdock.com/flows/iora/room1
 iora:room2	| Technical Discussions	| Iora Health	| https://api.flowdock.com/flows/iora/room2

Write to a flow wm > godock message --flow="iora:room2" --prepend="#some prepended text" "some message"

Building

To build run as follos with XXXX and YYYY set to the secret and ID for the app you have registered with Flowdock

go build . -ldflags "-X main.clientSecret XXXX -X main.clientId YYYY"