Skip to content

ginco-org/hyctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyctl

CLI for installing and launching the Hytale game client, with multi-account, profile, and version management.

Commands

Command Description
launch Launch the game client
serve Run a game server
auth Manage accounts and profiles
asset Manage installed game versions

auth subcommands

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

asset subcommands

Command Description
install Download and install a game version
list List installed versions
remove Remove an installed version

Install

With Nix

nix run github:<owner>/hyctl

Or add to a flake input:

hyctl.url = "github:<owner>/hyctl";

With Cargo

cargo install --git https://github.com/<owner>/hyctl

Development

nix develop
cargo build
cargo run -- --help

About

CLI for installing and running the Hytale client with multi-account and multi-version support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors