Synopsis
nf2t [-hV] [COMMAND]
Description
A Java CLI for parsing Apache NiFi FlowFileStreams. One or more FlowFiles can be serialized into a FlowFileStream, in one of three formats.
Options
- -h, --help
-
Show this help message and exit.
- -V, --version
-
Print version information and exit.
Commands
- gen-manpage
-
Generates man pages for all commands in the specified directory.
- generateSchema
-
Generates a JSONSchema for the result of the Unpackage/Package commands.
- package
-
Packages FlowFileStream(s), information regarding this operation sent to standard out. See command arguments for furher details.
- unpackage
-
Unpackages FlowFileStream(s), information regarding this operation sent to standard out. See command arguments for furher details.