Automates generating confluence comments.
- Run ./gradlew installDist
- By default, the files will be dropped in
build/install/confluence-comment-generator/bin/
- Run 'confluence-comment-generator -h' to see configuration options.
- On linux (or similar system), run 'read -q PASS' to save your password as a variable without displaying it
- At a minimum you will need to supply a username, password and contentId (page/comment to post to)
- E.g.
confluence-comment-generator -H confluence.example.com -u sgerber -p $PASS -c 69510930