Events-cli: Difference between revisions
Jump to navigation
Jump to search
(→Maven) |
|||
Line 25: | Line 25: | ||
==Maven== | ==Maven== | ||
<dependency> | |||
<groupId>io.novaordis.events.cli</groupId> | |||
<artifactId>events-cli</artifactId> | |||
<version>${events.cli.version}</version> | |||
</dependency> |
Revision as of 19:22, 14 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
Maven
<dependency> <groupId>io.novaordis.events.cli</groupId> <artifactId>events-cli</artifactId> <version>${events.cli.version}</version> </dependency>