Send to wiki now supports a command line interface
Other than the filename, each of the switches are optional. If you have previously saved settings, these will be used.
| Switch | Description |
|---|---|
| url | Confluence Web Service url |
| filename | name of the file to upload |
| space | space key |
| parent | parent page id |
| pagename | name of the page |
| labels | CSV delimited list of labels |
| comment | Comment to add to the page |
| now | If entered, instructs SendToWiki to attempt to upload the document immediately, without any user intervention |
C:\Program Files\Hiason\Send To Wiki>sendtowiki.exe -url "http://www.xyz.com/rpc/soap-axis/confluenceservice-v1" -filename "c:\
temp\test.doc" -space "ds" -parent 32774 -pagename "Test" -labels "label1, label2" -comment "This is a command line comment." -now

Comments (1)
Feb 26, 2008
Nicholas Kerzman says:
Where would I run the command line from? From DOS? I tried Start >> Run, b...Where would I run the command line from? From DOS? I tried Start >> Run, but the run command does not allow all the characters needed.
Thanks.