Events-cli

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Command line logic for event parsers.

Enforces the following command line structure:

<parser>  [command] [command-options] [query] <file1> [<file2> ...]
 cat <input-file> | <parser> [command] [command-options] [query]

where the commands represent events-processing procedures.

User Manual

Development

GitHub

https://github.com/NovaOrdis/events-cli

Maven