v1.8.0
1.8.0 (2025-05-23)
Features
-
plugin: add plugin management system (6c689df)
- Add
plugin enable/disablecommands for managing plugin state - Add
plugin listcommand for viewing available and installed plugins - Add
plugin infocommand for detailed plugin information - Add
plugin addcommand for installing plugins
- Add
-
build: restructure command architecture for improved local development (a448cfa)
- Add dedicated
buildcommand group with support for different targets - Add
runcommand group for executing different components locally - Add
slncommand group for Visual Studio solution management (generate, open) - Add standalone
cookcommand - Reorganize
infocommands with improved structure (buildId,config,list-targets) - Enhanced engine and project shared libraries
- Improved command organization and consistency across the CLI
- Add dedicated
-
workflow: add conditional steps support in workflow configurations (a863569)
- Updated workflow execution engine with conditional step processing
- Can specify
conditionto skip a step with env matcher function like${env('SOME_ENV=true')}