@relate/cli
CLI tool for interacting with the Neo4j platform.
Usage
$ npm install -g @relate/cli
$ relate COMMAND
running command...
$ relate (-v|--version|version)
@relate/cli/1.0.2-alpha.0 linux-x64 node-v12.16.1
$ relate --help [COMMAND]
USAGE
$ relate COMMAND
...
Development
To to run the CLI while developing, you can either execute the run script on the
cli
package
daedalus$ cd packages/cli
cli$ npm run build
cli$ ./bin/run --help
Or link the entire repository and have access to the relate
command globally.
daedalus$ npm link
daedalus$ relate --help
Commands
Command Topics