Skip to content

docs(integrations): document the 'integration list --catalog' flag#3530

Merged
mnriem merged 2 commits into
github:mainfrom
jawwad-ali:docs/integration-list-catalog-flag
Jul 17, 2026
Merged

docs(integrations): document the 'integration list --catalog' flag#3530
mnriem merged 2 commits into
github:mainfrom
jawwad-ali:docs/integration-list-catalog-flag

Conversation

@jawwad-ali

Copy link
Copy Markdown
Contributor

What

specify integration list accepts a --catalog flag:

@integration_app.command("list")
def integration_list(
    catalog: bool = typer.Option(False, "--catalog", help="Browse full catalog (built-in + community)"),
):

…but the List Available Integrations section of docs/reference/integrations.md documented no options, so the flag was undiscoverable from the docs (unlike integration search and integration catalog add, which both have option tables).

Fix

Add a one-row option table documenting --catalog, matching the style of the sibling command sections. Docs-only.

Verification

  • Flag confirmed present in src/specify_cli/integrations/_query_commands.py.
  • markdownlint-cli2 docs/reference/integrations.md → 0 errors; git diff --check clean.

🤖 Written with the assistance of Claude Code (AI). Gap self-found (flag present in code, absent from docs).

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the integrations reference documentation to make the specify integration list --catalog flag discoverable, aligning the docs with the CLI’s supported options.

Changes:

  • Added an options table to the List Available Integrations section.
  • Documented the --catalog flag for browsing the full catalog (built-in + community).
Show a summary per file
File Description
docs/reference/integrations.md Adds an option table to document specify integration list --catalog.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment thread docs/reference/integrations.md Outdated
jawwad-ali and others added 2 commits July 17, 2026 15:16
'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) <noreply@anthropic.com>
…y built-ins

The --catalog row implied the default list already includes the full installed
set; in fact 'integration list' iterates INTEGRATION_REGISTRY (built-ins) and
marks installed status, so a community integration that is not built in only
appears with --catalog. Reword the option and the intro sentence to say the
default shows the built-in integrations and --catalog adds community ones.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jawwad-ali
jawwad-ali force-pushed the docs/integration-list-catalog-flag branch from ba29b7f to f32d10a Compare July 17, 2026 10:17
@mnriem
mnriem requested a review from Copilot July 17, 2026 19:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 0 new
  • Review effort level: Medium

@mnriem
mnriem merged commit 2df0394 into github:main Jul 17, 2026
12 checks passed
@mnriem

mnriem commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants