Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article explains how to export multiple spaces by using CLI.

Instructions

...

using Confluence Command Line Interface (CLI) with a single action.

Instructions

  1. Create a CSV file with the list of space keys with the file type be exported and file names. Please see the below screenshot for reference:

    Image Added
  2. Write an action with runFromCsv and exportSpace together to export multiple spaces. Please see the example action below: 

    Code Block
    languagebash
    themeMidnight
    --action runFromCsv --common "--action exportSpace" --file CLI.csv

    This runs the exportSpace action with values from the CSV file and stores data of all spaces into separate zip files.

Info

Export types are XML, HTML, PDF with XML being the default export type.