You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parent tracking issue for two paired MistDemo changes needed for the "CloudKit as Your Backend" talk. These should land together (or sequentially in the order below) because the new error-demo commands from #269 should honor the --database flag introduced in #259 from day one.
MistDemo: Add error demonstration commands for talk demo #269 second — new demo-errors command(s) for 401/404/409 scenarios, built on top of the new flag so error demos can target public vs. private as needed (e.g. 401 differs between server-to-server auth and web auth).
Why bundle
Avoids re-touching the new error commands once --database lands.
Error scenarios are auth/database-sensitive, so the flag is directly useful for the demo.
Both are blocking the talk run-through (originally May 4, 2026).
Parent tracking issue for two paired MistDemo changes needed for the "CloudKit as Your Backend" talk. These should land together (or sequentially in the order below) because the new error-demo commands from #269 should honor the
--databaseflag introduced in #259 from day one.Sub-issues
--databaseflag instead of hardcoding databaseOrder
--databaseonMistDemoConfig(or per-command), following theTestIntegrationConfigpattern.demo-errorscommand(s) for 401/404/409 scenarios, built on top of the new flag so error demos can target public vs. private as needed (e.g. 401 differs between server-to-server auth and web auth).Why bundle
--databaselands.