Overview
Quick start
Section titled “Quick start”Install the CLI and sign in:
npm install -g @iuv-sh/cliiuv loginCore workflows
Section titled “Core workflows”- Authenticate: sign in, inspect the current session, and clear local credentials.
- Run diagnostics: check local configuration and API reachability before debugging deeper issues.
- Call AI services: use chat, embeddings, media generation, file upload, and batch jobs from the terminal.
- Work with sandboxes: create remote runtimes from Git repositories and execute commands inside them.
Command reference
Section titled “Command reference”| Area | Commands |
|---|---|
| Account | iuv login, iuv logout, iuv whoami, iuv doctor, iuv logs |
| Core API | iuv ai, iuv media, iuv files, iuv batches |
| Chat | iuv chat, iuv chat list, iuv chat create, iuv chat send, iuv chat history, iuv chat delete |
| Runtime | iuv sandbox, iuv oss |
Local config
Section titled “Local config”Session credentials are stored in ~/.iuv/config.json.