This article explains how to import multiple spaces using Confluence Command Line Interface (CLI) with a single action.
Instructions
- Create a CSV file with file as column for naming file nametitle, which should contain the file names:
Combine runFromCsv with the --file parameter and restoreExport action to import multiple spaces. This example works because the CSV file contains the data 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 "
Additionally, --noIndex parameter can be used for unchecking build reindex.
Info |
---|
|