Skip to content

GraphLinq/graphlinq-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published