This article gives step by step instructions on how to give anonymous access to a Confluence access to the Confluence CLI app and execute CLI commands in Mac using CLI Client app version 9.0 and 9.1.
Instructions
- Log in as a Confluence space administrator.
- Go to a particular space where you want to give access to anonymous users. Please verify the Following screenshot for an example.
Update your CSV(addspace.csv) file with space details for which space you want to give anonymous access. Once you execute the following runformCSV action
You will be able to add the permissions for the anonymous users using the below command. By setting it as anonymous, all can access your instance.
--action runfromCSV --file "addspace.csv" --common "--action addPermissions --permissions VIEWSPACE --userId anonymous --continue"