locked
How to install cypher-shell on Azure CLI RRS feed

  • Question

  • Hi,

    I have installed Neo4j on Azure Kubernetes. In the final step, below commands are run to create user and password.

    export NEO4J_PASSWORD=$(kubectl get secrets graph-neo4j-secrets -o yaml | grep password | sed 's/.*: //' | base64 -D) cypher-shell -a neo4j://<IPaddress>:7687 -u neo4j -p "$NEO4J_PASSWORD"

    This uses cypher-shell, not sure how to install cypher-shell in Azure CLI.

    saw a github link https://github.com/neo4j/cypher-shell - but couldnot install in the CLI.

    Any leads please!

    Thanks,

    Jothi.

    Saturday, May 23, 2020 9:54 AM

Answers

All replies