Releases: CST-Group/CST-CLI
Beta 0.2
Second beta release of the Cognitive Systems Toolkit Command Line Interface.
Create new CST projects from scratch. The cli provides commands for starting a new project generating the basic directory structure and template code. You can also save a existing project as a template configuration to easily repurpose for future project initialization. Check project page for usage instructions.
What's Changed
- Adds github action to package artifacts on new releases by @brgsil in #2
- Modifications for Beta 0.2 by @brgsil in #3
- Fixed bugs
- Improved code generation reliability with Java Parser
- Extra error information
- Added
cst run
command to execute an existing CST projects
Full Changelog: v0.1-beta...v0.2-beta
First Release - Beta
First beta release of the Cognitive Systems Toolkit Command Line Interface.
Create new CST projects from scratch. The cli provides commands for starting a new project generating the basic directory structure and template code. You can also save a existing project as a template configuration to easily repurpose for future project initialization. Check project page for usage instructions.