Skip to content

Commit 13d2cca

Browse files
authored
Docs: Document missing CLI flags and integrations (#3182)
* docs: document missing flags and integrations * docs: remove invalid --refresh-shared-infra from upgrade command * docs: address PR feedback for extension and integration flags * docs: reorder extension add options to match CLI help
1 parent ba1ce36 commit 13d2cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ specify extension add <name>
2626
| --------------- | -------------------------------------------------------- |
2727
| `--dev` | Install from a local directory (for development) |
2828
| `--from <url>` | Install from a custom URL instead of the catalog |
29-
| `--force` | Overwrite if already installed |
29+
| `--force` | Overwrite if the extension is already installed |
3030
| `--priority <N>`| Resolution priority (default: 10; lower = higher precedence) |
3131

3232
Installs an extension from the catalog, a URL, or a local directory. Extension commands are automatically registered with the currently installed AI coding agent integration.

0 commit comments

Comments
 (0)