Answered by:
How to install cypher-shell on Azure CLI

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.
- Moved by Mike Urnun (Azure)Microsoft employee Sunday, May 24, 2020 9:19 PM moved from Azure Functions forum
Saturday, May 23, 2020 9:54 AM
Answers
-
- Proposed as answer by Dave PatrickMVP Monday, May 25, 2020 12:45 PM
- Marked as answer by Guido Franzke Tuesday, June 2, 2020 6:36 AM
Monday, May 25, 2020 6:02 AM -
I'd try asking for help over here.
https://docs.microsoft.com/en-us/answers/topics/azure-kubernetes-service.html
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Tuesday, May 26, 2020 6:11 AM
- Marked as answer by Guido Franzke Tuesday, June 2, 2020 6:36 AM
Monday, May 25, 2020 12:44 PM
All replies
-
- Proposed as answer by Dave PatrickMVP Monday, May 25, 2020 12:45 PM
- Marked as answer by Guido Franzke Tuesday, June 2, 2020 6:36 AM
Monday, May 25, 2020 6:02 AM -
I'd try asking for help over here.
https://docs.microsoft.com/en-us/answers/topics/azure-kubernetes-service.html
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Tuesday, May 26, 2020 6:11 AM
- Marked as answer by Guido Franzke Tuesday, June 2, 2020 6:36 AM
Monday, May 25, 2020 12:44 PM -
Thanks, I have posted in the link.Tuesday, May 26, 2020 5:58 AM
-
Thanks, I have already posted in neo4j community.Tuesday, May 26, 2020 5:58 AM