Skip to content

Commit f6688e0

Browse files
committed
- Fix invalid aliases
1 parent 07a5bd9 commit f6688e0

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

commands/coldbox/ai/refresh.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

commands/coldbox/create/app-wizard.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)