This article explains how to export multiple spaces by using CLI in using Confluence Command Line Interface (CLI) with a single action.
Instructions
- Create a CSV file with the list of space keys along with the file type file to be exported and with the file names. Please see the below attached screenshot for reference.:
Write an action with runFromCsv and exportSpace together to export multiple spaces. Please see below the example action .below:
The above action will executeCode Block language bash theme Midnight --action runFromCsv --common "--action exportSpace" --file CLI.csv
This runs the exportSpace action with
thevalues from the CSV file and stores data of all spaces into separate
Zip files per every spacezip files.
Info |
---|
Export types are XML, HTML, PDF with XML being the default export type. |