routed_cli 0.2.1
routed_cli: ^0.2.1 copied to clipboard
Command-line tooling for the Routed framework with project scaffolding and management commands.
0.2.1 #
- Updated the README with badges, sponsor link, and a quick workflow example.
0.2.0 #
- Rebuilt the config generator on Routed’s config snapshot utilities so derived defaults (storage roots, cache/session fallbacks, env metadata) match the engine’s provider docs exactly.
provider:list --confignow prints the new config snapshots (values + doc entries) and the manifest commands stop writing the legacyfeaturesblock, keepingconfig/http.yamlin sync with the engine schema.createscaffolds now include theSTORAGE_ROOTenv var, add theargsdependency automatically, and type the generatedserver.dartentrypoint withEngineimports to satisfy the analyzer.
0.1.0 #
createaddsapi,web, andfullstacktemplates with tailored scaffolds.- Routed CLI now loads project-defined commands from
lib/commands.dart, exposing them alongside the built-ins and guarding against name collisions. provider:list --confignow fails early when duplicate driver registrations are detected and prints guidance for resolving the conflicting IDs.
0.0.1 #
- Initial version.