Command-line
Cheat sheet
| Action | Decision model | Decision table | FEEL expression | Built-in examples |
|---|---|---|---|---|
| Evaluate | edm | edt | efe | |
| Parse | pdm | pdt | pfe | |
| Test | tdm | tdt | tfe | |
| Export | xdm | xdt | xfe | |
| Serve | srv | |||
| Save | exs |
Commands
srv
Runs ÐecisionToolkit as a service and serves DMN decision models
To display all available options of the srv command, run:
dsntk help srv
For more details, refer to Serving DMN models.
edm
Evaluates DMN decision model
To display all available options of the edm command, run:
dsntk help edm
For more details, refer to Evaluating DMN models.
edt
Evaluates decision table
To display all available options of the edt command, run:
dsntk help edt
For more details, refer to Evaluating decision tables.
efe
Evaluates FEEL expression
To display all available options of the efe command, run:
dsntk help efe
For more details, refer to Evaluating FEEL expressions.
pdm
Parses DMN model
To display all available options of the pdm command, run:
dsntk help pdm
For more details, refer to Parsing DMN models.
pdt
Parses decision table
To display all available options of the pdt command, run:
dsntk help pdt
For more details, refer to Parsing decision tables.
pfe
Parses FEEL expression
To display all available options of the pfe command, run:
dsntk help pfe
For more details, refer to Parsing FEEL expressions.
tdm
Tests DMN model
To display all available options of the tdm command, run:
dsntk help tdm
For more details, refer to Testing DMN models.
tdt
Tests decision table
To display all available options of the tdt command, run:
dsntk help tdt
For more details, refer to Testing decision tables.
tfe
Tests FEEL expression
To display all available options of the tfe command, run:
dsntk help tfe
For more details, refer to Testing FEEL expressions.
xdm
Exports DMN model
To display all available options of the xdm command, run:
dsntk help xdm
For more details, refer to Exporting DMN models.
xdt
Exports decision table
To display all available options of the xdt command, run:
dsntk help xdt
For more details, refer to Exporting decision tables.
xfe
Exports FEEL expression
To display all available options of the xfe command, run:
dsntk help xfe
For more details, refer to Exporting FEEL expressions.
exs
Saves the examples
To display all available options of the exs command, run:
dsntk help exs
For more details, refer to Saving examples.
Options
Below is a list of all ÐecisionToolkit options.
help
Print help:
dsntk --help
or short:
dsntk -h
version
Print version:
dsntk --version
or short:
dsntk -V