Command line interface for Eventum
Eventum CLI provides command line interface to run instances of generator.
Using PipX (recommended):
pipx install eventum-cli
Using Pip:
pip install eventum-cli
To run single instance:
eventum -t <time mode> -c <config file> [-p <parameters> -s <settings> -v]
To run multiple instances using compose file:
eventum-compose -c <compose config file>
See more about configuring and running Eventum here: https://eventum-generatives.github.io/Website/docs/configuring/config_file/