community/cypher-shell/README.md
This folder contains Cypher Shell, the command line interface to Neo4J.
JAR and ZIP distribution are build using maven from cypher-shell subproject.
RPM and Debian packages are build using make from packaging directory, see
packaging readme for details.
This clears any previously known neo4j hosts, starts a throw-away instance of neo4j using docker, and connects to it.
rm -rf ~/.neo4j/known_hosts
docker run --rm -p 7687:7687 -e NEO4J_AUTH=none neo4j:4.1
make run
See integration-test.
A minimal test of the executable can be run with make tyre-kicking-test.