Transfer or Update a Site from One Server to Another
As a developer, you can use an Oracle Content Management Toolkit command to create or update a site and its content from server A to server B.
By default all assets are transferred, optionally specify -p to transfer only published
            assets. Specify the source server with -s <server> and the
            destination server with -d <destination>. If the site contains
            assets from other repositories, optionally provide the repository mapping otherwise
            those assets will not be transferred.
               
You can use the following command to update or transfer a site from test to production:
cec transfer-site site --from server --to server --repository r
      --localization-policy lFor additional options, see Use the cec Command-Line Utility.