Socket
Book a DemoInstallSign in
Socket

boltsh

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boltsh

Bolt Cypher Shell

0.0.0
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

boltsh

A Bolt Cypher Shell example built with oclif the "open source cli framework" from SalesForce/Heroku.

Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

Flags:

  • -a bolt-address, .e.g -a bolt://localhost:7687
  • -u username, e.g. -u neo4j
  • -p password, e.g. -p "xJMa2iacc}HGqsbjpuTaXpwF"
  • -t table mode

Argument - Cypher Query

Just pass your Cypher query in double quotes, you can use single quotes within the query.

boltsh -p "xJMa2iacc}HGqsbjpuTaXpwF" -t "MATCH (n:Person)-->(m:Movie) RETURN n.name as person, n.born, collect(m.title) as movies LIMIT 10"

.-------------------------------------------------------------------------------------.
|       n.name       | n.born |                        movies                         |
|--------------------|--------|-------------------------------------------------------|
| Diane Keaton       | 1946   | Something's Gotta Give                                |
| Christina Ricci    | 1980   | Speed Racer                                           |
| Robert Zemeckis    | 1951   | Cast Away,The Polar Express                           |
| Renee Zellweger    | 1969   | Jerry Maguire                                         |
| Brooke Langton     | 1970   | The Replacements                                      |
| Kiefer Sutherland  | 1966   | A Few Good Men,Stand By Me                            |
| Greg Kinnear       | 1963   | As Good as It Gets,You've Got Mail                    |
| Ed Harris          | 1950   | Apollo 13                                             |
| Bruno Kirby        | 1949   | When Harry Met Sally                                  |
| Laurence Fishburne | 1961   | The Matrix,The Matrix Reloaded,The Matrix Revolutions |
'-------------------------------------------------------------------------------------'
Returned 10 row(s) in 16 ms.

References

Keywords

oclif

FAQs

Package last updated on 01 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.