The Helix Utility Tool is a command line tool that allows you to manage the Helix Server.
lx [FLAGS] <COMMAND>
-h
,--help
- Prints help information-V
,--version
- Prints version information--dev
- Sets dev mode
start
- Starts the Helix Serverstop
- Stops the Helix Serverrestart
- Restarts the Helix Serverstatus
- Prints the status of the Helix Serverlogs
- Prints the logs of the Helix Serverclean
- Cleans the Helix Server
lx start
lx stop
git clone <REPO_URL> && cd lx-tool
cargo build --release
sudo cp target/release/lx /usr/local/bin