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 templates —
documentation(default),plugin,blog,library,runtime-extension. - Exit criteria —
verify→ SUCCESS,certify→ PASS.
Example: First PASS
pnpm create cellas my-docs --yes
cd my-docs
pnpm exec cellas verify
pnpm exec cellas certifyExample: 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 --yesExample: package managers
# pnpm
pnpm exec cellas certify
# npm
npx cellas certify
# bun
bunx cellas certifyExample: explicit verify input
Generated projects ship fixtures. When debugging:
pnpm exec cellas verify --input examples/execution-record.json --type executionCLI
pnpm exec cellas --help
pnpm exec cellas test --help
pnpm exec cellas engine --helpRelated pages
Next steps
- Complete Tutorial
- Read Conformance
- Explore Plugin SDK if you are extending capabilities