DOKK / manpages / debian 10 / cypher-lint / cypher-lint.1.en
CYPHER-LINT(1) General Commands Manual CYPHER-LINT(1)

cypher-lint - a linting tool for Cypher

cypher-lint [options] [file ...]

cypher-lint is a linting tool for Cypher. It reads from input files, reports any errors found, and optionally outputs the parsed AST. If file is a single dash (`-') or absent, cypher-lint reads from standard input.

-1
Only parse the first statement or client command and then exit.
Output an AST representation for the parsed input.
Enable colorization of output and errors using ANSI escape sequences.
Disable colorization of output and errors even when connected to a TTY.
Display a brief help listing.
Only parse cypher statements and not client commands.
Attempt to limit output to the specified width, and render using wrapped columns.
Output each statement as it is read, rather than parsing the entire input first (note: will result in inconsistent formatting of AST dumps).
Print the cypher-lint version and exit.

cypher-lint exits 0 if no errors are found, and >0 otherwise.

This man page is current for version 0.6.0 of cypher-lint.

http://www.apache.org/licenses/LICENSE-2.0

Chris Leishman (http://github.com/cleishm)