We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 591b843 + 2ea0614 commit 82384f6Copy full SHA for 82384f6
2 files changed
box.json
@@ -1,6 +1,6 @@
1
{
2
"name":"ColdBox CLI",
3
- "version":"8.6.0",
+ "version":"8.7.0",
4
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip",
5
"slug":"coldbox-cli",
6
"author":"Ortus Solutions, Corp",
commands/coldbox/ai/refresh.cfc
@@ -6,7 +6,7 @@
* coldbox ai refresh
7
* coldbox ai update
8
*/
9
-component extends="coldbox-cli.models.BaseAICommand" aliases="update" {
+component extends="coldbox-cli.models.BaseAICommand" aliases="coldbox ai update" {
10
11
/**
12
* Run the command
0 commit comments