Events-cli: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:


   cat <input-file> | <''parser''> [''command''] [''command-options''] [''query'']
   cat <input-file> | <''parser''> [''command''] [''command-options''] [''query'']
where the commands represent [[events-processing]] procedures.


=User Manual=
=User Manual=

Revision as of 00:23, 1 August 2017

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