Copy a Site Template in Developer Cloud Service

You can copy an existing Oracle Content Management site template in Developer Cloud Service.

To copy one of your existing site templates from src/main/templates, use the cec copy-template command. If the site template contains assets from other repositories, optionally provide the repository mapping otherwise those assets will not copy.

The following example copies the Temp1 site template to a new site template named Temp2:

cec copy-template Temp1 -n Temp2