Install & login
Building the CLI and logging in.
Install
No released binary yet, so build from source with cargo installed. The install script builds the binary into ~/.local/bin:
git clone https://github.com/Unisrv/unisrv-cli.git
cd unisrv-cli
./install.shMake sure ~/.local/bin is on your PATH.
Login
unisrv loginUsername and password is the only auth method for now. Credentials go to your system keystore, so macOS may ask for permission, especially after rebuilding the binary.
Verify
unisrv host listAn empty list is fine — it means you are authenticated. unisrv logout forgets the session on this machine.
Next
Write a unisrv.hcl and run unisrv up. For the object model first, see Primitives.