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 name which must contain the file names of exported spaces:
Combine runFromCsv, with the --file parameter, and restoreExport 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 |
---|
|