| Name | HokeyPokey |
|---|---|
| Version | 0.1-SNAPSHOT |
| Product Versions | |
| Author(s) | |
| Homepage | https://svn.apache.org/repos/asf/geronimo/sandbox/hokeypokey/trunk |
| Price | Free |
| License | ASL |
| JavaDocs | |
| IssueTracking | |
| Download JAR | |
| Download Source | https://svn.apache.org/repos/asf/geronimo/sandbox/hokeypokey/trunk |
Description/Features
Command-line interface to Confluence
HokeyPokey is a simple little Groovy application which provides simple command-line access to the Confluence XML-RPC API.
HokeyPokey has been migrated to the Confluence Maven Plugin. All future work will be done on the Maven plugin. |
Usage
Currently supports a limited set of commands:
- addpage
- getpage
- removepage
bin/hokeypokey [options] <command> [command-options]
Currently, there are no binary distributions, so you need to check it out and build the assembly to use:
svn co https://svn.apache.org/repos/asf/geronimo/sandbox/hokeypokey/trunk hokeypokey cd hokeypokey mvn install
Then to use:
gunzip -c target/hokeypokey-*-bin.tar.gz | tar xf - ./bin/hokeypokey --help
Examples
Adding a page
bin/hokeypokey -U <url> -u <user> -p <pass> addpage -s MYSPACE -t "My Page" ./wiki.txt
Version History
- ???
Open Issues
- ???
