@spekn/cli
v1.0.9
Published
Spekn CLI — Spec-Driven Development toolchain. Installs the `spekn` command.
Downloads
672
Maintainers
Readme
@spekn/cli
The official CLI for Spekn — Spec-Driven Development for AI-native teams.
Installs the spekn command.
Install
npm install -g @spekn/cliUsage
# Launch the terminal cockpit (TUI)
spekn
# Governance checks
spekn check [path] --no-ai
spekn check --with-ai claude --json
# Specification tools
spekn spec parse specs/SPECIFICATION.md --verbose
spekn spec lint specs/SPECIFICATION.md --verbose
spekn spec drift-check --project-id=<uuid>
# Backlog tools
spekn backlog generate specs/SPECIFICATION.md --project-id=<uuid> --spec-id=<uuid>
spekn backlog health --project-id=<uuid> --verbose
# Context export
spekn export --project <uuid> --format claude-md
# Repository management
spekn repo register
spekn repo sync
spekn repo detach
# Authentication
spekn auth login
spekn auth status
spekn auth logout
# Bridge management
spekn bridge start [--port <port>]
spekn bridge stop
spekn bridge statusRequirements
- Node.js >= 22
- npm >= 10
License
MIT
