Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@relate/cli

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@relate/cli

Create, manage and use Neo4j graphs from the command line.

  • 1.0.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

@relate/cli

oclif Version Downloads/week License

CLI tool for interacting with the Neo4j platform.

Installing

Run these commands to install and set up your first Relate environment.

$ npm install -g @relate/cli
$ relate env:init development --use

In the second command you can replace development with any name you want to use for your environment.

The --use flag is required to set the environment as active right after it's created. This means that if you don't provide an --environment=<name> flag to following commands, Relate will default to using the environment you just created.

The env:init command will download the Java distribution required to run Neo4j, if this wasn't already done previously. If you wish to use the Java distribution installed in your system you can provide the --noRuntime flag.

Documentation

The following commands can be used to get more information about topics, commands, flags, and arguments available, and how to use them.

$ relate --help
$ relate <topic> --help
$ relate <topic>:<command> --help

Command Topics

Keywords

FAQs

Package last updated on 27 Sep 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc