Skip to content

Commands

What This Covers

Authoritative command contract for local development, checks, docs, and control-plane operations.

Reference

AreaCommand
Local event-site devnpm run dev
Local control-plane devnpm run dev:control-plane
Checksnpm run check
Testsnpm test
Event-site DB migration localnpm run db:migrate:local
Event-site DB migration remotenpm run db:migrate:remote
Control-plane DB migration localnpm run db:migrate:control-plane:local
Orchestrator loopnpm run orchestrator:run
Orchestrator oncenpm run orchestrator:once
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

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, and deploy-event are retired.
  • Cloud deploys for control-plane/docs are GitHub Environment driven.

Released under the MIT License.