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§
- Plugin
AddCommand - Install a plugin from a configured marketplace snapshot
(
codex plugin add <PLUGIN[@MARKETPLACE]>). - Plugin
List Command - List plugins available from configured marketplace snapshots
(
codex plugin list). - Plugin
Marketplace AddCommand - Add a local or Git marketplace source
(
codex plugin marketplace add <SOURCE>). - Plugin
Marketplace List Command - List configured plugin marketplaces (
codex plugin marketplace list). - Plugin
Marketplace Remove Command - Remove a configured marketplace source by name
(
codex plugin marketplace remove <MARKETPLACE_NAME>). - Plugin
Marketplace Upgrade Command - Refresh configured Git marketplace snapshots
(
codex plugin marketplace upgrade [MARKETPLACE_NAME]). - Plugin
Remove Command - Remove an installed plugin from local config and cache
(
codex plugin remove <PLUGIN[@MARKETPLACE]>).