oqoqo is the command-line client for Oqoqo. It signs you in with your browser and talks to the Oqoqo API as you. It is built for both people and agents, so every command has a JSON output mode and stable exit codes.
Install
Sign in
Built for agents
Every command supports these, so agents and scripts can drive the CLI without parsing help text:--output jsonprints one JSON envelope on stdout, so automation can always parse the result.- Exit codes are stable:
0success,2usage error,3auth error,4API error,5network error. oqoqo schemaprints machine-readable definitions of every command.
Common commands
| Command | What it does |
|---|---|
oqoqo login | Sign in through your browser |
oqoqo whoami | Show the signed-in identity |
oqoqo version | Show the installed version and channel |
oqoqo upgrade | Update to the latest release |
oqoqo schema | Print machine-readable command definitions |
oqoqo --help for the full list.
