onde-cli 0.1.0

Terminal UI for signing up, signing in, and managing your Onde Inference account.
onde-cli-0.1.0 is not a library.

Manage your Onde Inference account from the terminal. Sign up, sign in, and access the service.

More commands are coming.

Install

cargo install onde-cli

Or build locally:

git clone https://github.com/ondeinference/onde-cli
cd onde-cli
cargo build --release
./target/release/onde

Usage

onde

Opens a terminal UI. Create an account or sign in.

Keys

Key What it does
Tab move between fields
Enter submit / sign out
Ctrl+L go to sign in
Ctrl+N go to new account
Ctrl+C quit

Debug

Logs go to ~/.cache/onde/debug.log. Nothing touches the terminal output.


License

Dual-licensed under MIT and Apache 2.0.