Skip to content

Latest commit

 

History

History
101 lines (71 loc) · 1.73 KB

File metadata and controls

101 lines (71 loc) · 1.73 KB

Graphlinq - CLI


Graphlinq CLI is a command line for building Nodes

 

Installation

npm install -g @graphlinq/graphlinq-cli

Usage

graphlinq [command] [options]
graphlinq --help
graphlinq install

[command]

  • graphlinq install - install NodeManager
  • graphlinq start - start NodeManager
  • graphlinq stop - stop NodeManager
  • graphlinq reset - reset NodeManager
  • graphlinq 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:8080

Go to http://localhost:8080

graphlinq stop

Use for stop NodeManager :

$ graphlinq stop
✔ NodeManager stopped successfully

graphlinq 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

License