Command-line commands

-h --help

Print this message or the help of the given subcommand(s):

$ dsntk -h

or

$ dsntk --help

-V --version

Print version information.

$ dsntk -V

or

$ dsntk --version

srv

Runs Decision Toolkit as a service. To display all available options of the srv command, enter:

$ dsntk help srv

For a more detailed description of srv command, please refer to Serving DMN models.

edm

Evaluates DMN model. To display all available options of the edm command, enter:

$ dsntk help edm

For a more detailed description of edm command, please refer to Evaluating DMN models.

edt

Evaluates decision table. To display all available options of the edt command, enter:

$ dsntk help edt

For a more detailed description of edt command, please refer to Evaluating decision tables.

efe

Evaluates FEEL expression. To display all available options of the efe command, enter:

$ dsntk help efe

For a more detailed description of efe command, please refer to Evaluating FEEL expressions.

pdm

Parses DMN model. To display all available options of the pdm command, enter:

$ dsntk help pdm

For a more detailed description of pdm command, please refer to Parsing DMN models.

pdt

Parses decision table. To display all available options of the pdt command, enter:

$ dsntk help pdt

For a more detailed description of pdt command, please refer to Parsing decision tables.

pfe

Parses FEEL expression. To display all available options of the pfe command, enter:

$ dsntk help pfe

For a more detailed description of pfe command, please refer to Parsing FEEL expressions.

tdm

Tests DMN model. To display all available options of the tdm command, enter:

$ dsntk help tdm

For a more detailed description of tdm command, please refer to Testing DMN models.

tdt

Tests decision table. To display all available options of the tdt command, enter:

$ dsntk help tdt

For a more detailed description of tdt command, please refer to Testing decision tables.

tfe

Tests FEEL expression. To display all available options of the fte command, enter:

$ dsntk help tfe

For a more detailed description of tfe command, please refer to Testing FEEL expressions.

xdm

Exports DMN model. To display all available options of the xdm command, enter:

$ dsntk help xdm

For a more detailed description of xdm command, please refer to Exporting DMN models.

xdt

Exports decision table. To display all available options of the xdt command, enter:

$ dsntk help xdt

For a more detailed description of xdt command, please refer to Exporting decision tables.

xfe

Exports FEEL expression. To display all available options of the xfe command, enter:

$ dsntk help xfe

For a more detailed description of xfe command, please refer to Exporting FEEL expressions.

rdt

Recognizes decision table. To display all available options of the rdt command, enter:

$ dsntk help rdt

For a more detailed description of rdt command, please refer to Recognizing decision tables.

exs

Saves the examples. To display all available options of the exs command, enter:

$ dsntk help exs

For a more detailed description of exs command, please refer to Saving examples.