Skip to main content

Module plugin

Module plugin 

Source
Expand description

Manage Codex plugins (codex plugin).

Covers the direct plugin operations (add, list, remove) and the nested marketplace-source management commands (plugin marketplace add / list / upgrade / remove).

Plugin selectors follow the CLI’s PLUGIN@MARKETPLACE form; the marketplace builder covers the PLUGIN + -m MARKETPLACE alternative.

Structs§

PluginAddCommand
Install a plugin from a configured marketplace snapshot (codex plugin add <PLUGIN[@MARKETPLACE]>).
PluginListCommand
List plugins available from configured marketplace snapshots (codex plugin list).
PluginMarketplaceAddCommand
Add a local or Git marketplace source (codex plugin marketplace add <SOURCE>).
PluginMarketplaceListCommand
List configured plugin marketplaces (codex plugin marketplace list).
PluginMarketplaceRemoveCommand
Remove a configured marketplace source by name (codex plugin marketplace remove <MARKETPLACE_NAME>).
PluginMarketplaceUpgradeCommand
Refresh configured Git marketplace snapshots (codex plugin marketplace upgrade [MARKETPLACE_NAME]).
PluginRemoveCommand
Remove an installed plugin from local config and cache (codex plugin remove <PLUGIN[@MARKETPLACE]>).