We can create new users on our Confluence Cloud using Confluence CLI. We want to know if we can send the invitations for these users using Confluence CLI. Regards,
We run a periodic task using acli that look like this: acli.sh --action runFromCsv --common "--action exportSpace" --file "spaces_to_export.csv" Lately it fails every time on one of the larger spac...
I'm building a desktop app that pulls all the comments from a page in Confluence, using this cli: ``` --action getComments --space "A SPACE" --title "A TITLE" ``` but the data...
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 trying to do multiple edits to remove a macro from many pages. I have a working regex statement but I'm struggling to structure it correctly as a --common to use with runFromPageList. My st...
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 searched high and low for this but found nothing about it: Is it possible to modify space categories with the Confluence CLI? We're looking to create a large amount of spaces automatically, but if ...
Hi, I'm new to Confluence CLI, and would like to replace Page Tree macros with Children Display macros across a Confluence space. Is there a CLI query that can do it? I was looking at https://...
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...
Hello, I have a problem with CLI connector plugin. I installed it on server and activate license in the confluence GUI. When I launch the script, I have this : ./confluence.sh --action ge...
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...
Does anybody know a way how to find orphaned pages with Confluence CLI?
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 ...
Hi there, we are using Jira CLI getIssueList to export issue into CSV and further process the output. We are exporting text fields as well and since those contain commas as regular part of the text...
What is the Confluence command that will, given the name of a confluence group, return its members? I do not have administrative privileges but I looked at 'getUserList' and getGroupList' - neith...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.