Unisrv logoUnisrv.io

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.sh

Make sure ~/.local/bin is on your PATH.

Login

unisrv login

Username 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 list

An 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.

On this page