Skip to content

CLI Reference

The IKARY CLI manages every aspect of working with Cell manifests: scaffolding, validation, compilation, the local development stack, custom UI primitives, and AI assistant integrations.

Install

Run commands directly with npx:

bash
npx @ikary/cli init

Or install globally:

bash
npm install -g @ikary/cli
ikary --help

You can also use the @ikary/ikary wrapper, which forwards to @ikary/cli:

bash
npx @ikary/ikary init

Command groups

GroupCommandsPurpose
Manifestinit, validate, compile, previewCreate and validate Cell manifests
Local stacklocal start/stop/status/logs/reset-data/dbRun the full development stack locally
Primitivesprimitive add/validate/list/studioScaffold and preview custom UI components
Setupsetup aiConfigure Claude Code integration

Global flags

FlagDescription
--offlineSkip API calls and use local validation only
--versionPrint the installed version

Requirements

  • Node.js 20 or later
  • Docker Desktop or Podman for ikary local commands