This server will be upgraded at 3pm Sydney time on December 3rd (December 2nd, 8pm PST) and will be down for up to 30 minutes.

HokeyPokey

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

  • ???
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.