Generate a report on an asset
- Last Updated: November 16, 2020
- 1 minute read
- Corticon
- Documentation
The report option generates a report on an
asset (Vocabulary, Rulesheet, Ruleflow, or Ruletest), and then puts the report into a
specified output folder.
| Argument | Description |
|---|---|
-p,--project project name
|
Optional. Corticon project name to use in the report. |
-i,--input file
|
Required. Explicit path to the asset. |
-dj,--dependentjars dependentjar, ...
|
Optional. Explicit paths to JAR files required for this report, delimited by commas. |
-if,--image image folder
|
Optional. Explicit path to the image folder that will be copied to the output folder. |
-c,--css CSS
file
|
Required. CSS file to use for the report |
-x, --xslt XSLT file
|
Required. XSLT file to use for the report |
-o,--output folder
|
Required. Explicit path to the output folder. |
Any values that contain spaces must be in quotes. For example:
-dj "C:\Program Files\myExtensions.jar,C:\Program Files\myCallouts.jar"A complete command might look like this:
corticonManagement
--report
--project myProject
--input C:\myProject\myRuleflow.erf
--dependentjars C:\myProject\myExtensions.jar,C:\myProject\myCallouts.jar
--image C:\myReports\myPreferredImages
--css "C:\myReports\CSS\Corticon Blue.css"
--xslt "C:\myReports\XSLT\Detailed Ruleflow Expressions.xslt"
--output C:\myReports