CLI Reference
These are the commands exposed by sleev. Run
sleev --help or the command's
-h flag when available for exact
usage.
Commands
| Command | What it does |
|---|---|
sleev | Open the TUI. |
sleev setup [--no-open] | Sign in if needed, register this machine, install the gateway if missing, and start it. |
sleev harness | Configure harness/provider connections. |
sleev harness list | List supported harnesses, detection status, and enabled providers. |
sleev harness <harness> list | List provider IDs and state for one harness. |
sleev harness <harness> enable [provider] | Route a provider through Sleev. Claude Code and Codex select their provider automatically. |
sleev harness <harness> disable [provider|--all] | Remove one or all Sleev-owned routes for a harness. |
sleev auth login [--no-open|--headless|--device] | Sign in. |
sleev auth status | Show the current auth state. |
sleev auth logout | Sign out and remove local harness/gateway setup. |
sleev auth verify | Check the current account token. |
sleev auth license -h | Show offline license commands. |
sleev auth license request | Create an offline activation request. |
sleev auth license apply <slv_lic_...> | Activate an offline license. |
sleev auth license renew-request | Create an offline license renewal request. |
sleev auth license status | Show offline license status. |
sleev auth license clear | Remove the active offline license. |
sleev gateway status | Show gateway status. |
sleev gateway start|restart|stop | Manage the local gateway. |
sleev gateway bind ... | Change the gateway listen address. |
sleev request-logs [status|enable|disable] | Show, enable, or disable local request logging. Run without a subcommand to toggle it. Disabled by default. |
sleev upgrade [version] | Update the sleev CLI and gateway together. |
sleev debug-logs | Upload recent local logs for support. |
sleev status | Print config and gateway status as JSON. |