This article explains how to export multiple spaces by using CLI in a single action.
Instructions
- Create a CSV file with the list of space keys along with file type be exported and with the file names. Please see the below screenshot for reference:
Write an action with runFromCsv and exportSpace together to export multiple spaces. Please see the example action below:
--action runFromCsv --common "--action exportSpace" --file CLI.csv
- The above action will execute the exportSpace action with values from the CSV file and stores data of all spaces into separate Zip files.