Loading...

CLI Overview

Quick Start Guide

wheels info

wheels reload

wheels deps

wheels destroy

wheels watch

wheels generate app

wheels generate app-wizard

wheels generate controller

wheels generate model

wheels generate view

wheels generate property

wheels generate route

wheels generate resource

wheels generate api-resource

wheels generate frontend

wheels generate test

wheels generate snippets

wheels scaffold

wheels test

wheels test run

wheels test coverage

wheels test debug

wheels config list

wheels config set

wheels config env

wheels env

wheels env setup

wheels env list

wheels env switch

wheels environment

wheels console

wheels runner

wheels server

wheels server start

wheels server stop

wheels server restart

wheels server status

wheels server log

wheels server open

wheels plugins

wheels plugins list

wheels plugins install

wheels plugins remove

wheels analyze

wheels analyze code

wheels analyze performance

wheels analyze security

wheels security

wheels security scan

wheels optimize

wheels optimize performance

wheels docs

wheels docs generate

wheels docs serve

wheels ci init

wheels docker init

wheels docker deploy

wheels deploy

wheels deploy audit

wheels deploy exec

wheels deploy hooks

wheels deploy init

wheels deploy lock

wheels deploy logs

wheels deploy proxy

wheels deploy push

wheels deploy rollback

wheels deploy secrets

wheels deploy setup

wheels deploy status

wheels deploy stop

Configuration Management

Creating Commands

Service Architecture

Migrations Guide

Testing Guide

Ask or search...
Ctrl K
Loading...

wheels info

Display CLI and Wheels framework version information.

Synopsis

wheels info

Description

The wheels info command displays information about the Wheels CLI module and identifies the Wheels framework version in the current directory.

Arguments

This command has no arguments.

Options

| Option | Description | |--------|-------------| | --help | Show help information |

Output

The command displays:

  1. Wheels ASCII Art - A colorful banner
  2. Current Working Directory - Where you're running the command from
  3. CommandBox Module Root - Where the CLI module is installed
  4. Current Wheels Version - The detected Wheels framework version in this directory

Example Output

,--.   ,--.,--.                   ,--.            ,-----.,--.   ,--. 
|  |   |  ||  ,---.  ,---.  ,---. |  | ,---.     '  .--./|  |   |  | 
|  |.'.|  ||  .-.  || .-. :| .-. :|  |(  .-'     |  |    |  |   |  | 
|   ,'.   ||  | |  |\   --.\   --.|  |.-'  `)    '  '--'\|  '--.|  | 
'--'   '--'`--' `--' `----' `----'`--'`----'      `-----'`-----'`--' 
============================ Wheels CLI ============================
Current Working Directory: /Users/username/myapp
CommandBox Module Root: /Users/username/.CommandBox/cfml/modules/cfwheels-cli/
Current Wheels Version in this directory: 3.0.0-SNAPSHOT
====================================================================

Use Cases

  • Verify CLI installation location
  • Check Wheels framework version in current directory
  • Troubleshoot path issues
  • Quick visual confirmation of Wheels environment

Notes

  • 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