Skip to content

Command line

Command Cheat Scheat

ActionDECISION
MODEL
DECISION
TABLE
FEEL
EXPRESSION
EXAMPLES
EVALUATEedmedtefe
PARSEpdmpdtpfe
TESTtdmtdttfe
EXPORTxdmxdtxfe
RECOGNIZErdt
SERVEsrv
SAVEexs

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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ 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:

shell
$ dsntk help exs

For more details, refer to Saving examples.

Options

Below is a list of all Decision Toolkit options.

--help

Print help.

shell
$ dsntk --help

or (short)

shell
$ dsntk -h

--version

Print version.

shell
$ dsntk --version

or (short)

shell
$ dsntk -V