Skip to end of banner
Go to start of banner

Example output with augments

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

 

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 (sad). 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"

getLabelList - Site by page

  • No labels