Commands
What This Covers
Authoritative command contract for local development, checks, docs, and control-plane operations.
Reference
| Area | Command |
|---|---|
| Local event-site dev | npm run dev |
| Local control-plane dev | npm run dev:control-plane |
| Checks | npm run check |
| Tests | npm test |
| Event-site DB migration local | npm run db:migrate:local |
| Event-site DB migration remote | npm run db:migrate:remote |
| Control-plane DB migration local | npm run db:migrate:control-plane:local |
| Orchestrator loop | npm run orchestrator:run |
| Orchestrator once | npm run orchestrator:once |
| Atkins attach SQL generation | npm run ops:atkins:generate-attach-sql -- <output.sql> |
| Atkins source/target DB parity | npm run ops:atkins:validate-counts -- <source> <target> |
| Docs quality and links | npm run docs:check |
CI deployment workflows
- Control-plane:
.github/workflows/control-plane-deploy.yml - Docs:
.github/workflows/docs-deploy.yml - Event worker deploy (control-plane managed):
.github/workflows/event-deploy-from-manifest.yml
Notes
- Legacy commands
new-event,use-event,setup-cloudflare, anddeploy-eventare retired. - Cloud deploys for control-plane/docs are GitHub Environment driven.
Related Tasks
- Production setup: Launch
- Troubleshooting: Troubleshooting