Releases: runreal/cli
Releases · runreal/cli
v1.9.0
1.9.0 (2025-06-02)
♻️ Refactoring
- configuration: Major configuration and schema refactoring (#75)
- Improved configuration validation and error handling
- Enhanced schema generation and validation
- Added comprehensive test fixtures for various config scenarios
- Restructured source and template handling
- Added new schema tests and expanded configuration tests
🐛 Bug Fixes
- project: Removed MSBuild specific target string (#84)
🧹 Maintenance
- Fixed linting issues in config and tests
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')}