Anyone have any thoughts on the below? I'm able to get it to run, but it chokes on the @pageId@ replacement variable: ./confluence.sh --action runFromContentList --cql $sourceSpaceKey -s "$sour...
I'm an admin on two confluence instances. I want to copy space from one confluence to another one. When running this command: confluence.sh --server https://from_server/ --user myUser1 --password p...
Hi, I'm trying to run add some labels to a list of pages, however, I'm having a horrendous time with special characters. I had to change my credentials because CLI didn't like it :( Anyway, I've go...
I want to add ContentByLabel macro to all the pages in a space using CLI. Although i created a template Blueprint page that will have that and solves this for all newly created pages, but i need the ...
Greetings I am using the following cli command to retrieve the users from a group in confluence. It works fine for some groups and throws error for others. confluence.sh --actio...
Hi, How can I delete all the labels in a Confluence space, using the Confluence CLI? The CLI code I'm interested in should fetch all the labels used in a space, and delete them, without knowing t...
I'm trying out the Confluence CLI add-on. Is there a way to add a page including an image? I'm using addpage --file <filename> --markdown. The reference to the image always point to my locally...
I'm trying to use CLI to disable bulk users use below command: ./confluence.sh --action runFromCsv --common "--action removeUserFromGroup" --file /home/lcong/Desktop/1.csv --server http://confluence...
Hi, I have an extracted csv file of page permissions and I want to remove these and replace with different groups. CLI runFromList or runFromCSV would seem a potential solution, but reading the doc...
Hello, We changed the URL to our confluence server and I wanted to update any hard links to the old URL with the new URL using the CLI tool. However I am running into problems. I tried using the ...
Copied to clipboard