manage-extensions
List, install, uninstall, update, enable, disable, or validate Gemini CLI extensions across project or global scopes.
Instructions
Manage Gemini CLI extensions: list, install, uninstall, update, enable, disable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Update all extensions. Only valid with 'update' action. | |
| scope | No | Scope for enable/disable (e.g. 'project' or 'global'). Defaults to project if omitted. | |
| action | Yes | The action to perform on extensions. | |
| target | No | The name, path, or URL of the extension. Required for install, uninstall, enable, disable, update (single), and validate. |