wheels plugins list
Lists installed Wheels CLI plugins or shows available plugins from ForgeBox.
Usage
Parameters
--global
- (Optional) Show globally installed plugins--format
- (Optional) Output format:table
,json
. Default:table
--available
- (Optional) Show available plugins from ForgeBox
Description
The plugins list
command displays information about all plugins installed in your Wheels application, including:
Plugin name and version
Installation status (active/inactive)
Compatibility with current Wheels version
Description and author information
Dependencies on other plugins
Examples
List all local plugins
Show globally installed plugins
Export as JSON
Show available plugins from ForgeBox
Output
Table Format (Default)
Available Plugins from ForgeBox
JSON Format
Notes
Local plugins are stored in your project
Global plugins are available to all projects
Use
wheels plugins install
to add new pluginsUse
wheels plugins remove
to uninstall pluginsThe
--available
flag queries the ForgeBox registry
Last updated
Was this helpful?