Commands
What This Covers
Authoritative command contract for local development, checks, and deployment operations.
Reference
| Area | Command |
|---|---|
| Local dev | make dev or npm run dev |
| Build | make build |
| Checks | npm run check |
| Tests | npm test |
| DB migration generate | npm run db:generate |
| DB migration local | npm run db:migrate:local |
| DB migration remote | npm run db:migrate:remote |
| Boundary check | npm run check:boundaries |
| 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 |
| All available commands | make help |
CI deployment workflows
- Unified app:
.github/workflows/apps-ci.yml - Docs:
.github/workflows/docs-deploy.yml
Notes
- Legacy commands
new-event,use-event,setup-cloudflare,deploy-event,dev:control-plane, andorchestrator:runare retired. - The separate control-plane app and its workflows (
control-plane-deploy.yml,event-deploy-from-manifest.yml) have been removed. - Cloud deploys are GitHub Environment driven via
apps-ci.yml.
Related Tasks
- Production setup: Launch
- Troubleshooting: Troubleshooting