0.0.7 • Published 4 months ago
@helios-chain-labs/helios-cli v0.0.7
Installation
npm install -g @helios-chain-labs/helios-cli
Usage
helios [command] [options]
helios --help
helios install
[command]
helios install
- install NodeManagerhelios start
- start NodeManagerhelios stop
- stop NodeManagerhelios 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