Skip to content
Merged

V8 #21

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ Apache License, Version 2.0.

## ColdBox CLI Versions

The CLI matches the major version of ColdBox. **Current version: 7.10.0**
The CLI matches the major version of ColdBox. **Current version: 8**

- If you are using **ColdBox 7**, use CLI `@7` (recommended)
- If you are using **ColdBox 8**, use CLI `@8` (recommended)
- If you are using **ColdBox 7**, use CLI `@7.8.0` (recommended)
- If you are using **ColdBox 6**, use CLI `@6` (legacy support)

This versioning ensures you get the correct commands and features for your version of ColdBox.

## System Requirements

- CommandBox 5.5+

## Installation

Install the commands via CommandBox like so:
Expand Down
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"ColdBox CLI",
"version":"7.10.0",
"version":"8.0.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/[email protected]@.zip",
"slug":"coldbox-cli",
"author":"Ortus Solutions, Corp",
Expand Down
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Forgot to bump it to match ColdBox version.

## [7.10.0] - 2025-10-10

### Added

- Modules Inherit Entry Point defaults to `true` now
- Brand new app-wizard for creating apps interactively
- fix colors for ps screens
Expand Down Expand Up @@ -145,7 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Eclipse support

[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.8.0...HEAD
[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.10.0...HEAD
[7.10.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.8.0...v7.10.0
[7.8.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.8.0...v7.8.0
[7.7.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.6.0...v7.7.0
[7.6.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.5.0...v7.6.0
Expand Down