wheels plugins list
Lists all installed plugins in your CFWheels application with version and status information.
Usage
Parameters
--format
- (Optional) Output format:table
,json
,simple
. Default:table
--status
- (Optional) Filter by status:all
,active
,inactive
. Default:all
Description
The plugins list
command displays information about all plugins installed in your CFWheels application, including:
Plugin name and version
Installation status (active/inactive)
Compatibility with current CFWheels version
Description and author information
Dependencies on other plugins
Examples
List all plugins
Show only active plugins
Export as JSON
Simple listing (names only)
Output
Table Format (Default)
JSON Format
Plugin Statuses
Active: Plugin is loaded and functioning
Inactive: Plugin is installed but not loaded
Error: Plugin failed to load (check logs)
Incompatible: Plugin requires different CFWheels version
Notes
Plugins are loaded from the
/plugins
directoryPlugin order matters for dependencies
Incompatible plugins may cause application errors
Use
wheels plugins install
to add new plugins
Last updated
Was this helpful?