Describe the bug
In the Packages section of a Wheels application, packages are displayed along with suggested installation commands such as:
wheels packages install wheels-hotwire
wheels packages install wheels-i18n
However, running these commands results in a CLI error:
Command "wheels packages install wheels-hotwire" cannot be resolved.
Please type "help wheels" for assistance.
This makes the displayed installation instructions unusable.
To Reproduce
Steps to reproduce the behavior:
- Run a Wheels application
- Navigate to the Packages section
- Copy one of the suggested install commands (e.g.,
wheels packages install wheels-hotwire)
- Run the command in CommandBox
- Observe the command resolution error
Expected behavior
The displayed install commands should work correctly and install the selected package.
Screenshots

Desktop:
Additional context
The UI appears to suggest commands that are not actually registered or supported by the Commandbox CLI.
Describe the bug
In the Packages section of a Wheels application, packages are displayed along with suggested installation commands such as:
However, running these commands results in a CLI error:
This makes the displayed installation instructions unusable.
To Reproduce
Steps to reproduce the behavior:
wheels packages install wheels-hotwire)Expected behavior
The displayed install commands should work correctly and install the selected package.
Screenshots

Desktop:
Additional context
The UI appears to suggest commands that are not actually registered or supported by the Commandbox CLI.