@graphlinq/graphlinq-cli
v0.0.1
Published
simple CLI for graphlinq node
Readme
Installation
npm install -g @graphlinq/graphlinq-cliUsage
graphlinq [command] [options]
graphlinq --helpgraphlinq install[command]
graphlinq install- install NodeManagergraphlinq start- start NodeManagergraphlinq stop- stop NodeManagergraphlinq reset- reset NodeManagergraphlinq update- install, stop, restart if new version was downloaded
--help|-h
Show help
Examples
graphlinq install
Use for create sample application :
$ graphlinq install
✔ Successfully installed NodeManager.graphlinq start
Use for start NodeManager :
$ graphlinq start
✔ NodeManager started successfully you can access it at http://0.0.0.0:8080Go to http://localhost:8080
graphlinq stop
Use for stop NodeManager :
$ graphlinq stop
✔ NodeManager stopped successfullygraphlinq update
Use for update NodeManager :
$ graphlinq update
✔ Installation Successfully finished.
✔ NodeManager stopped successfully
✔ NodeManager started successfully
✔ Update Successfully finished.graphlinq reset
Use for reset NodeManager :
$ graphlinq reset
✔ NodeManager reset successfully