File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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