8000 GitHub - helios-network/helios-cli
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

helios-network/helios-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helios - CLI


Helios CLI is a command line for building windows, linux and macos Nodes

 

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
  • helios update - install, stop, restart if new version was downloaded

--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 update

Use for update NodeManager :

$ helios update
✔ Installation Successfully finished.
✔ NodeManager stopped successfully
✔ NodeManager started successfully
✔ Update Successfully finished.

helios reset

Use for reset NodeManager :

$ helios reset
✔ NodeManager reset successfully

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0