Command line
Command Cheat Scheat
Action | DECISION MODEL | DECISION TABLE | FEEL EXPRESSION | EXAMPLES |
---|---|---|---|---|
EVALUATE | edm | edt | efe | |
PARSE | pdm | pdt | pfe | |
TEST | tdm | tdt | tfe | |
EXPORT | xdm | xdt | xfe | |
RECOGNIZE | rdt | |||
SERVE | srv | |||
SAVE | exs |
Commands
Below is a categorized list of all Decision Toolkit commands.
SERVE
srv
Runs Decision Toolkit as a service and serves DMN™ decision models.
To display all available options of the srv command, type:
$ dsntk help srv
For more details, refer to Serving DMN™ models.
EVALUATE
edm
Evaluates DMN™ decision model.
To display all available options of the edm command, type:
$ dsntk help edm
For more details, refer to Evaluating DMN™ models.
edt
Evaluates decision table.
To display all available options of the edt command, type:
$ dsntk help edt
For more details, refer to Evaluating decision tables.
efe
Evaluates FEEL expression.
To display all available options of the efe command, enter:
$ dsntk help efe
For more details, refer to Evaluating FEEL expressions.
PARSE
pdm
Parses DMN™ model.
To display all available options of the pdm command, enter:
$ dsntk help pdm
For more details, refer to Parsing DMN™ models.
pdt
Parses decision table.
To display all available options of the pdt command, enter:
$ dsntk help pdt
For more details, refer to Parsing decision tables.
pfe
Parses FEEL expression.
To display all available options of the pfe command, enter:
$ dsntk help pfe
For more details, refer to Parsing FEEL expressions.
TEST
tdm
Tests DMN™ model.
To display all available options of the tdm command, enter:
$ dsntk help tdm
For more details, refer to Testing DMN™ models.
tdt
Tests decision table.
To display all available options of the tdt command, enter:
$ dsntk help tdt
For more details, refer to Testing decision tables.
tfe
Tests FEEL expression.
To display all available options of the tfe command, enter:
$ dsntk help tfe
For more details, refer to Testing FEEL expressions.
EXPORT
xdm
Exports DMN™ model.
To display all available options of the xdm command, enter:
$ dsntk help xdm
For more details, refer to Exporting DMN™ models.
xdt
Exports decision table.
To display all available options of the xdt command, enter:
$ dsntk help xdt
For more details, refer to Exporting decision tables.
xfe
Exports FEEL expression.
To display all available options of the xfe command, enter:
$ dsntk help xfe
For more details, refer to Exporting FEEL expressions.
RECOGNIZE
rdt
Recognizes decision table.
To display all available options of the rdt command, enter:
$ dsntk help rdt
For more details, refer to Recognizing decision tables.
SAVE
exs
Saves the examples.
To display all available options of the exs command, enter:
$ dsntk help exs
For more details, refer to Saving examples.
Options
Below is a list of all Decision Toolkit options.
--help
Print help.
$ dsntk --help
or (short)
$ dsntk -h
--version
Print version.
$ dsntk --version
or (short)
$ dsntk -V