@ikary/cli
v0.2.0
Published
IKARY Manifest CLI — generate, validate, compile, and preview Cell manifests
Maintainers
Readme
@ikary/cli
CLI for generating, validating, compiling, and previewing IKARY Cell manifests.
Install
npx ikary initOr install globally:
npm install -g @ikary/cli
ikary --helpCommands
Manifest
ikary init [project-name] # Create a new Cell manifest project
ikary validate <path> # Validate a manifest (--explain for fix suggestions)
ikary compile <path> # Compile a manifest to normalized JSON
ikary preview <path> # Preview a manifest in the browserLocal development stack
ikary local start <manifest> # Start preview server + data API + MCP server
ikary local stop # Stop the stack
ikary local status # Show container status
ikary local logs [service] # Stream logs (-f to follow)
ikary local reset-data # Clear the local SQLite volume
ikary local db migrate # Run pending database migrationsRequires Docker Desktop or Podman.
Custom primitives
ikary primitive add <name> # Scaffold a new primitive (6 files + config)
ikary primitive validate # Validate ikary-primitives.yaml
ikary primitive list # List all primitives (--json for machine output)
ikary primitive studio # Open the Primitive Studio in the browserClaude Code integration
ikary setup ai # Write CLAUDE.md, .mcp.json, and slash commands
ikary setup ai --local # Point MCP config at the local stack
ikary setup ai --force # Overwrite existing filesDocumentation
Full documentation: ikary-platform.github.io/ikary-manifest
License
MIT
