routed_cli 0.3.0
routed_cli: ^0.3.0 copied to clipboard
CLI runtime and command framework utilities for the Routed ecosystem.
0.3.0 #
- Cloudflare deploys now generate Container Durable Object wrappers and
containersconfiguration with--container. - Cloudflare deploys now emit
workflowsandsecrets_store_secretsbinding configuration with--workflowand--secrets-store. - Cloudflare deploys now accept repeatable
--d1 BINDING=DATABASE_NAME:DATABASE_IDoptions and emit the corresponding D1 bindings in generated Wrangler config. - Cloudflare deploys now accept repeatable
--r2,--queue, and--servicebindings and emit the corresponding R2, Queue producer, and service sections in generated Wrangler config. - Cloudflare deployment can now generate Durable Object factory registration,
Wrangler bindings, SQLite migrations, and named Worker class exports with
--durable-object. - Generated Durable Object exports now forward hibernation WebSocket message, close, and error callbacks.
0.2.2 #
- Updated the CLI to target the
routed0.4 provider facade. - Fixed scaffold expectations and configuration output for the current provider catalog.
0.1.0 #
- Initial extraction of Routed CLI runtime/framework utilities.
- Added command runner, base command, project command loader, and dev server runner.