Skip to content

Commit 87411ce

Browse files
committed
Merge branch 'development'
2 parents b5f4cb7 + f6688e0 commit 87411ce

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

box.json

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

changelog.md

Lines changed: 7 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
@@ -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

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)