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.
How to export a space using CLI
So, after you've exported a space from Cloud with exportSpace, how is that then re-imported to Cloud? (besides through the UI)
The action restoreExport appears to only be viable with Server/DC.
We are from BobSwift support team.
We have opened a Support Request SUPPORT-2906 for this issue. Could you please try to access the ticket SUPPORT-2906 and signup to our portal for further discussion on this ticket.
You can export a space using CLI by following below steps:
./confluence.sh --server <confluence url> --user <username> --password <password> --action exportSpace --space "<space key>" --file "<path where to export the file>/exportSpaceHtml.zip" --exportType "HTML"
Please let us know if you have any questions and we are happy to assist you.
Regards,
Sudhir
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sudhir _Appfire_ Thanks for the details about export.. I see there is an action restoreExport but it seems like we have to get into target server and run it, is there any possibility to provide target instance url and run it from source instance itself.
Also I tried copyspace action where we can provide target url but I can see only spaces are copied there not pages and other details of it..
Could you help me on this.
Thanks
Mohamed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need CLI tools for confluence (https://marketplace.atlassian.com/apps/284/confluence-command-line-interface-cli?hosting=cloud&tab=overview)
Once you get this you can follow examples listed on this page - https://bobswift.atlassian.net/wiki/spaces/CSOAP/pages/10584066/Examples
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.