Command Line Tools
wheels info
wheels info
Section titled “wheels info”Display CLI and Wheels framework version information.
Synopsis
Section titled “Synopsis”wheels infoDescription
Section titled “Description”The wheels info command displays information about the Wheels CLI module and identifies the Wheels framework version in the current directory.
Arguments
Section titled “Arguments”This command has no arguments.
Output
Section titled “Output”The command displays:
- Wheels ASCII Art - A colorful banner
- Current Working Directory - Where you’re running the command from
- CommandBox Module Root - Where the CLI module is installed
- Current Wheels Version - The detected Wheels framework version in this directory
Example Output
Section titled “Example Output”,--. ,--.,--. ,--. ,-----.,--. ,--.| | | || ,---. ,---. ,---. | | ,---. ' .--./| | | || |.'.| || .-. || .-. :| .-. :| |( .-' | | | | | || ,'. || | | |\ --.\ --.| |.-' `) ' '--'\| '--.| |'--' '--'`--' `--' `----' `----'`--'`----' `-----'`-----'`--'============================ Wheels CLI ============================Current Working Directory: /Users/username/myappCommandBox Module Root: /Users/username/.CommandBox/cfml/modules/wheels-cli/Current Wheels Version in this directory: 3.0.0-SNAPSHOT====================================================================Use Cases
Section titled “Use Cases”- Verify CLI installation location
- Check Wheels framework version in current directory
- Troubleshoot path issues
- Quick visual confirmation of Wheels environment
- The Wheels version is detected by looking for box.json files in the vendor/wheels directory
- If no Wheels version is found, it will show “Not Found”
- The colorful ASCII art helps quickly identify you’re using Wheels CLI
See Also
Section titled “See Also”- wheels init - Initialize a Wheels application
- wheels deps - Manage dependencies