Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 617 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 617 Bytes

EventumCLI

Command line interface for Eventum

Overview

Eventum CLI provides command line interface to run instances of generator.

Installation

Using PipX (recommended):

pipx install eventum-cli

Using Pip:

pip install eventum-cli

Usage

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/