Skip to content

Commands

What This Covers

Authoritative command contract for local development, checks, and deployment operations.

Reference

AreaCommand
Local devmake dev or npm run dev
Buildmake build
Checksnpm run check
Testsnpm test
DB migration generatenpm run db:generate
DB migration localnpm run db:migrate:local
DB migration remotenpm run db:migrate:remote
Boundary checknpm run check:boundaries
Atkins attach SQL generationnpm run ops:atkins:generate-attach-sql -- <output.sql>
Atkins source/target DB paritynpm run ops:atkins:validate-counts -- <source> <target>
Docs quality and linksnpm run docs:check
All available commandsmake 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, and orchestrator:run are 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.

Released under the MIT License.