You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Just want to share a tool that I wrote for exporting the Confluence space to XML, HTML or PDF file, if you are interested please check this out:
https://www.npmjs.com/package/confluence-space-exporter
Usage: confluence-space-exporter -k [key] -t [type]
Options:
--help Show help [boolean]
--version Show version number [boolean]
-k, --key Confluence space key [required]
-t, --type Export file type: xml, html or pdf [required]
Examples:
confluence-space-exporter -k CAP -t xml Export Confluence space CAP to XML file
# Sample
$ confluence-space-exporter -k CAP -t xml
Generating export file for space CAP ...
CAP space archiving file download link: https://confluence.jackiechen.org/download/temp/Confluence-space-export-221847-204.xml.zip
CAP space download starting time: 2019-10-17 10:18:47
Downloading...
status code is: 200
CAP space export file size: 0.01 MB
100.00 % has been downloaded for CAP
CAP space download finished! confluence.jackiechen.org-CAP-Confluence_Automation_Poc.xml.zip
CAP space download ending time: 2019-10-17 10:18:48