cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Install cypher-shell on Azure CLI

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://: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

0 REPLIES 0