0.0.7 • Published 5 months ago
@helios-chain-labs/helios-cli v0.0.7
Installation
npm install -g @helios-chain-labs/helios-cliUsage
helios [command] [options]
helios --helphelios 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:8080Go to http://localhost:8080
helios stop
Use for stop NodeManager :
$ helios stop
✔ NodeManager stopped successfullyhelios reset
Use for reset NodeManager :
$ helios reset
✔ NodeManager reset successfully