Skip to content

Examples

Runnable CLI examples for CELLAS First PASS, verification, and starters.

Overview

Prefer terminal reproductions over screenshots. Examples below run against published packages or generated starters.

Concepts

  • Consumer path — no monorepo clone; uses create-cellas + npm.
  • Starter templatesdocumentation (default), plugin, blog, library, runtime-extension.
  • Exit criteriaverify → SUCCESS, certify → PASS.

Example: First PASS

pnpm create cellas my-docs --yes
cd my-docs
pnpm exec cellas verify
pnpm exec cellas certify

Example: choose a starter

pnpm create cellas my-plugin --template plugin --yes
pnpm create cellas my-blog --template blog --yes
pnpm create cellas my-lib --template library --yes

Example: package managers

# pnpm
pnpm exec cellas certify

# npm
npx cellas certify

# bun
bunx cellas certify

Example: explicit verify input

Generated projects ship fixtures. When debugging:

pnpm exec cellas verify --input examples/execution-record.json --type execution

CLI

pnpm exec cellas --help
pnpm exec cellas test --help
pnpm exec cellas engine --help

Next steps

  1. Complete Tutorial
  2. Read Conformance
  3. Explore Plugin SDK if you are extending capabilities