dash_panel_cli 0.1.1
dash_panel_cli: ^0.1.1 copied to clipboard
Command-line interface for Dash admin panel framework. Provides model generation, database seeding, server monitoring, and more.
0.1.1 #
- Fix dart_panel import in generated model files to use correct package name.
0.1.0 #
- Initial release.
- Added
db:create,db:schema,db:seed, anddb:clearcommands for database management. - Added
generate:modelscommand to generate Dart models and resources from YAML schemas. - Added
server:statusandserver:logcommands for monitoring the Dash server. - Added
mcp-servercommand to run the Model Context Protocol server for AI assistant integration. - Added shell completion support.