Graphlinq CLI is a command line for building Nodes
npm install -g @graphlinq/graphlinq-cligraphlinq [command] [options]
graphlinq --helpgraphlinq installgraphlinq install- install NodeManagergraphlinq start- start NodeManagergraphlinq stop- stop NodeManagergraphlinq reset- reset NodeManagergraphlinq update- install, stop, restart if new version was downloaded
Show help
Use for create sample application :
$ graphlinq install
✔ Successfully installed NodeManager.Use for start NodeManager :
$ graphlinq start
✔ NodeManager started successfully you can access it at http://0.0.0.0:8080Go to http://localhost:8080
Use for stop NodeManager :
$ graphlinq stop
✔ NodeManager stopped successfullyUse for update NodeManager :
$ graphlinq update
✔ Installation Successfully finished.
✔ NodeManager stopped successfully
✔ NodeManager started successfully
✔ Update Successfully finished.Use for reset NodeManager :
$ graphlinq reset
✔ NodeManager reset successfully