@relate/cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @relate/cli

Weekly Downloads

9

Version

1.0.14

License

GPL-3.0

Unpacked Size

564 kB

Total Files

328

Last publish

Collaborators

  • devtools-publisher
  • neo4j-organization
  • nglgzz