If i use the the command "--StorePage" the content which i add replaces the old content. Is it possible, that i add new content without replacing the old content?
This is how I use "--StorePage":
confluence.bat --action storePage --space "space" --title "title" --content "[picture|pic.png]"
In this case I wanted to add a link to a existing Attachement, it works but replaces old content.
Would be nice if anyone could help me
greetings
Use getPageSource to get existing source, modify how you like, then do storePage. If you like, create an issue to provide an append capability.
Ah ok if that's the only way. I thought there is a parameter or sth. else with which you can just append new stuff.
What do you mean with create an issue?
(sorry for my bad english! )
greetings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create a improvement request issue for the Confluence CLI tool at Confluence Command Line Interface
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.