Changelog
[0.3.0] - 2025-12-16
Added
-
Environment File Loading
- Automatic
.envand.env.localfile support - Variable interpolation with
$VARand${VAR}syntax env_filesfield in project config for explicit env file listenv_filefield per service for service-specific env filesdevhub envcommand to show resolved environment variables
- Automatic
-
Monorepo Auto-Discovery
- Automatic subdirectory scanning when no root project type found
- Detects multiple project types in subdirectories
- Generates multi-service
devhub.tomlwith correctcwdsettings - Smart port allocation for discovered services
-
Discovery Enhancements
devhub discover --dry-run- Preview without writing files
[0.2.0] - 2025-12-16
Added
- Fuzzy Search -
devhub search <query>for finding projects - Favorites System -
devhub favcommands to star projects - Recent Projects -
devhub recentto show recently used projects - Batch Operations -
--alland--favoritesflags for start/stop/restart - Port Management -
devhub ports --checkand--resolvefor conflict detection - Dashboard Enhancements - Log viewer, service-level controls
[0.1.0] - 2025-12-16
Added
- Core CLI commands (init, discover, register, list, status, start, stop, restart, logs)
- Bulk operations (scan, ports)
- Developer shortcuts (open, code, path)
- Service support: Rust, Node.js, Python, Go, Docker Compose, Shell
- PM2 integration for Node.js
- Docker Compose support
- Health check endpoint polling
- SvelteKit dashboard with real-time polling
- Caddy reverse proxy integration
- Shell completions (bash, zsh, fish)