CLI

Installation

The CLI is bundled with the oblien npm package.

npm install -g oblien

npx (no install)

npx oblien login
npx oblien ws list

Verify

oblien --version
# oblien/2.0.4

Requirements

  • Node.js 18 or later
  • A modern terminal with ANSI color support

What's included

The oblien package provides three entry points:

BinaryPurpose
oblienCLI for managing workspaces from the terminal
oblien-mcpMCP server (stdio transport) for AI agents
import Oblien from 'oblien'TypeScript/JavaScript SDK

All three share the same credentials stored in ~/.oblien/credentials.json.