0.0.7 • Published 4 months ago

@helios-chain-labs/helios-cli v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Installation

npm install -g @helios-chain-labs/helios-cli

Usage

helios [command] [options]
helios --help
helios install

[command]

  • helios install - install NodeManager
  • helios start - start NodeManager
  • helios stop - stop NodeManager
  • helios reset - reset NodeManager

--help|-h

Show help

Examples

helios install

Use for create sample application :

$ helios install
✔ Successfully installed NodeManager.

helios start

Use for start NodeManager :

$ helios start
✔ NodeManager started successfully you can access it at http://0.0.0.0:8080

Go to http://localhost:8080

helios stop

Use for stop NodeManager :

$ helios stop
✔ NodeManager stopped successfully

helios reset

Use for reset NodeManager :

$ helios reset
✔ NodeManager reset successfully

License