The createcdd option create a Deployment Descriptor file (.cdd) for the specified Decision Service that can then be deployed to a Corticon Server.

Table 1. usage: corticonManagement --createcdd
Argument Description
-a, --autoreload [true|false] auto reload
-d, --datasource path.xml path to datasource config file
-e, --edc [null|R|RW ] enable EDC (none or read only or read write access mode) in the decision service
-eds, --eds path to eds folder path to the .eds file to be added to cdd
-el, --level2 [true|false] enable level 2 caching
-ep, --edcproperties path to .properties path to the edc runtime properties
-er, --entitiesreturn [ALL|IN] entities return setting
-f, --file path to cdd path to the cdd file that will be created with the extension .cdd
-h, --help print this message
-m --messagestyle [HIER|FLAT|null] message style
-n, --name name of the decision service
-or, --onlymessages [true|false] response is only rulemessages
-ri, --info [true|false] restrict info rulemessages
-rv, --violation [true|false] restrict violation rulemessages
-rw, --warning [true|false] restrict warning rulemessages
-x, --max integer max pool size
A simple -cdd command might look like this:
corticonManagement --createcdd
   --file C:\outputStaging\myRules.cdd
   --eds  C:\myProject\myEDS_v1_1.eds
   --name myDecisionService