Versions Compared

Key

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

This article explains how to move a page to a new space in the same instance using the Confluence Command Line Interface (CLI) app.

Instructions

Use the movePagemovePage action to move the page to a new space in the same instance.   For this example, consider a sample space with the page title as A01_page1 as follows:

Image Added

  1. Ensure that the CLI client file is updated with the required information. Below is the screenshot of a sample space with the page title, A01_page1
    Image Removed
  2. Run the below following CLI action to copy the page to the a new space ", GT":

    Code Block
    themeMidnight
    --action movePage --space "COMM" --title "A01_page1" --newSpace "GT"

    OutputFor this example, the output of the action is as follows:

    Code Block
    themeMidnight
    Page 'A01_page1' moved to space GT.

    Image RemovedImage Added

The parameters used with the above action isare:

  • --space value refers

...

  • to space key.
  • --title value refers to the page title.
  • --newSpace value refers to the target

...

  • space key.
Info

It is recommended to test the commands in a non-production environment or run the action with the --simulate parameter to verify the behaviour before deploying.