fledge-plugin-dashboard
Interactive web dashboard for fledge projects.
Features
- Project overview — name, version, language, branch, tags
- Health checks — git status, fledge.toml, working tree
- Run tasks — execute fledge tasks directly from the browser
- Run lanes — trigger lane pipelines with one click
- Quick actions — doctor, CI checks, spec check
- Git history — recent commits and working tree changes
- Open repo — jump to GitHub from the dashboard
Install
fledge plugin install CorvidLabs/fledge-plugin-dashboard
Usage
cd your-project
fledge dashboard
Opens a local web dashboard at http://localhost:8384. Set FLEDGE_DASHBOARD_PORT to use a different port.
Requirements
- Python 3 (ships with macOS and most Linux distros)
- fledge CLI
License
MIT