Skip to content

Latest commit

 

History

History
97 lines (64 loc) · 2.83 KB

nomer.adoc

File metadata and controls

97 lines (64 loc) · 2.83 KB

nomer(1) Manual Page

Name

nomer - nomer - maps identifiers and names to other identifiers and names

Synopsis

nomer [-hV] [COMMAND]

Description

nomer - maps identifiers and names to other identifiers and names

Options

-h, --help

Show this help message and exit.

-V, --version

Print version information and exit.

Commands

version

Show Version

replace

Replace exact term matches in row. The input schema is used to select the id and/or name to match to. The output schema is used to select the columns to write into. If a term has multiple matches, first match is used.

append

Append term match to row using id and name columns specified in input schema. Multiple matches result in multiple rows.

list, ls, dump, export

Dumps all terms into the defined output schema.

matchers

Lists supported matcher and (optionally) their descriptions.

properties

Lists configuration properties. Can be used to make a local copy and override default settings using the [--properties=[local copy]] option.

input-schema

Show input schema in JSON.

output-schema

Show output schema in JSON.

validate-terms

Validate terms.

validate-term-link

Validate term links.

clean

Cleans term matcher cache.

gen-manpage

Generates man pages for all commands in the specified directory.

help

Displays help information about the specified command