CLI
Installation
The CLI is bundled with the oblien npm package.
npm (recommended)
npm install -g obliennpx (no install)
npx oblien login
npx oblien ws listVerify
oblien --version
# oblien/2.0.4Requirements
- Node.js 18 or later
- A modern terminal with ANSI color support
What's included
The oblien package provides three entry points:
| Binary | Purpose |
|---|---|
oblien | CLI for managing workspaces from the terminal |
oblien-mcp | MCP server (stdio transport) for AI agents |
import Oblien from 'oblien' | TypeScript/JavaScript SDK |
All three share the same credentials stored in ~/.oblien/credentials.json.