From ba29b7f3fe09d4ed07b8172cf9e8aba35675ed61 Mon Sep 17 00:00:00 2001 From: jawwad-ali Date: Tue, 14 Jul 2026 23:15:15 +0500 Subject: [PATCH] docs(integrations): document the 'integration list --catalog' flag 'specify integration list' accepts a --catalog flag (integrations/_query_commands.py: typer.Option(False, "--catalog", ...)) that browses the full built-in + community catalog, but the Integrations reference documented no options for the list command. Add an option table for it, matching the style used by the sibling 'integration search' and 'integration catalog add' sections. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/reference/integrations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/integrations.md b/docs/reference/integrations.md index df5e8801ed..3fa6da3502 100644 --- a/docs/reference/integrations.md +++ b/docs/reference/integrations.md @@ -47,6 +47,10 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify specify integration list ``` +| Option | Description | +| ----------- | ------------------------------------------------------------------------------------------- | +| `--catalog` | Browse the full catalog (built-in + community) instead of only the built-in/installed set | + Shows all available integrations, which one is currently installed, and whether each requires a CLI tool or is IDE-based. When multiple integrations are installed, the list marks the default integration separately from the other installed integrations. The list also shows whether each built-in integration is declared multi-install safe.