Helios CLI is a command line for building windows, linux and macos Nodes
npm install -g @helios-chain-labs/helios-cli
helios [command] [options]
helios --help
helios install
helios install
- install NodeManagerhelios start
- start NodeManagerhelios stop
- stop NodeManagerhelios reset
- reset NodeManagerhelios update
- install, stop, restart if new version was downloaded
Show help
Use for create sample application :
$ helios install
✔ Successfully installed NodeManager.
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
Use for stop NodeManager :
$ helios stop
✔ NodeManager stopped successfully
Use for update NodeManager :
$ helios update
✔ Installation Successfully finished.
✔ NodeManager stopped successfully
✔ NodeManager started successfully
✔ Update Successfully finished.
Use for reset NodeManager :
$ helios reset
✔ NodeManager reset successfully