Usage

As already mentioned in Setup, python -m sir is the entry point for the command line interface which provides several subcommands:

reindex

This subcommand allows reindexing data for specific or all entity types (see The import process for more information).

setup

This subcommand sets up the sir schema used to store messages.

live

This subcommand starts a process that listens on the configured queues and regenerates the index data (see Queues for more information).

All of them support the --help option that prints further information about the available options.