CLI helpers for plugin management.
Add a marketplace from a pasted source string.
Install a marketplace plugin into the versioned cache and enable it.
Copies the plugin source into plugins/cache/{marketplace}/{plugin}/{version}/,
writes installed_plugins.json, and enables the plugin.
List plugins from configured marketplaces.
Remove a marketplace and every plugin installed from it.
Local marketplace source directories are never deleted. Managed marketplace clones and installed plugin caches are removed.
Set the enabled state of an installed plugin.
Disable a plugin, remove install records, and delete orphaned cache dirs.
Return a marketplace source safe for display.
Redact credentials from every HTTP URL embedded in text.
Load persisted marketplace records.
Set up the plugin CLI parser.
Execute a plugin management command.
Raised when a marketplace cannot be loaded.