File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" :" ColdBox CLI" ,
3- "version" :" 8.7 .0" ,
3+ "version" :" 8.8 .0" ,
44 "location" :" https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip" ,
55 "slug" :" coldbox-cli" ,
66 "author" :" Ortus Solutions, Corp" ,
Original file line number Diff line number Diff line change @@ -9,10 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ - Fix invalid aliases
13+
1214## [ 8.7.0] - 2026-03-12
1315
16+ - Command Aliases
17+
1418## [ 8.6.0] - 2026-03-10
1519
20+ - readPackageDescriptorRaw() fix
21+
1622## [ 8.5.0] - 2026-03-09
1723
1824### Added
@@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2127- Improved readme and help commands
2228- Name question in app-wizard if not provided
2329- Install ` bx-compat-cfml ` when doing ` --rest ` due to needing some CFML compatibility
30+ - New help and consistency on all help commands
2431
2532#### AI Integration - Complete System
2633
Original file line number Diff line number Diff line change 66 * coldbox ai refresh
77 * coldbox ai update
88 */
9- component extends = " coldbox-cli.models.BaseAICommand" aliases = " coldbox ai update " {
9+ component extends = " coldbox-cli.models.BaseAICommand" {
1010
1111 /**
1212 * Run the command
Original file line number Diff line number Diff line change 11/**
22 * Create a blank ColdBox app from one of our app skeletons by following our lovely wizard.
33 **/
4- component extends = " app" aliases = " " {
4+ component extends = " app" {
55
66 /**
77 * @name The name of the app you want to create
You can’t perform that action at this time.
0 commit comments