CLI for installing and launching the Hytale game client, with multi-account, profile, and version management.
| Command |
Description |
launch |
Launch the game client |
serve |
Run a game server |
auth |
Manage accounts and profiles |
asset |
Manage installed game versions |
| Command |
Description |
list |
List saved accounts and profiles |
add |
Add an account (opens browser for OAuth login) |
remove |
Remove a saved account |
default |
Set the default account |
| Command |
Description |
install |
Download and install a game version |
list |
List installed versions |
remove |
Remove an installed version |
nix run github:<owner>/hyctl
Or add to a flake input:
hyctl.url = "github:<owner>/hyctl";
cargo install --git https://github.com/<owner>/hyctl
nix develop
cargo build
cargo run -- --help