This article explains how to import multiple spaces using Confluence using Confluence Command Line Interface (CLI) with a single action.
Instructions
- Create a CSV file with file as column title, name which should must contain the file names of exported spaces:
Combine runFromCsv, with the --file parameter, and restoreExport action to to import multiple spaces. This example works based on the contents of the CSV file that is required for the restoreExport action with relevant parameters:.
Code Block theme Midnight --action runFromCsv --file restore.csv --common "--action restoreExport "
Info |
---|
|
...
|