Utility Commands
Useful utility commands in the Kodexa CLI
The Kodexa CLI provides several utility commands that help with various tasks. This page documents these useful utility commands.
Version Information
The version
command displays the installed version of the Kodexa CLI:
This is useful for checking compatibility and ensuring you’re using the latest version.
Sending Events
The send-event
command allows you to send events to assistants:
For example:
Getting Execution Logs
The logs
command allows you to view logs for a specific execution:
This displays detailed logs for debugging purposes.
Downloading Model Implementations
The download-implementation
command allows you to download the implementation of a model store:
For example:
Generating Data Classes
The dataclasses
command generates Python dataclasses from a taxonomy file:
This is useful for creating strongly typed Python classes that match your taxonomy.