- Streamlined task structure with clear recommendations - Added dev:up as main development task (replaces dev:full) - Added dev:build for explicit container building - Improved cleanup tasks: - dev:clean: Safe cleanup preserving network/proxy - dev:nuke: Full cleanup when network is corrupted - Added dev:restart for quick service restart - Added help task with clear task documentation - Removed redundant/conflicting tasks Benefits: - ✅ Reduced Docker download overhead (smart building) - ✅ Preserved network/proxy configuration (safe cleanup) - ✅ Simpler, more intuitive workflow - ✅ Clear task recommendations - ✅ Better separation of concerns between tasks Usage: - task dev:up # Start development (recommended) - task dev:build # Build containers (when dependencies change) - task dev:clean # Safe cleanup - task dev:nuke # Full cleanup (when network issues occur)
8.7 KiB
8.7 KiB