Links
- Example output - look at this page first to understand the differences between that page and this page
- Example output - how produced?
CSV files can be displayed in Confluence using the CSV Macro. In many cases it is useful to display the csv file using Augments so the display is more useful for viewers. This page has examples of this.
getSpaceList
- Subset to CLI clients for this example
getSpacePermissionList
- Subset to CLI clients for this example
Management
Once you see your permissions, quickly you find that some are wrong . Here are example CLI commands for making global changes.
--action runFromSpaceList --common "-a addPermissions --space @space@ --group developers --permissions VIEWSPACE,EDITSPACE,EXPORTPAGE,SETPAGEPERMISSIONS,REMOVEPAGE,EDITBLOG,REMOVEBLOG,COMMENT,REMOVECOMMENT,CREATEATTACHMENT,REMOVEATTACHMENT,REMOVEMAIL,EXPORTSPACE" or for a specific list of spaces --action runFromList --list ACLI,BCLI --common "-a addPermissions --space @entry@ --group developers --permissions VIEWSPACE,EDITSPACE,EXPORTPAGE,SETPAGEPERMISSIONS,REMOVEPAGE,EDITBLOG,REMOVEBLOG,COMMENT,REMOVECOMMENT,CREATEATTACHMENT,REMOVEATTACHMENT,REMOVEMAIL,EXPORTSPACE"