Skip to content

docs: document integration search/info/scaffold subcommands (#3174)#3194

Open
Noor-ul-ain001 wants to merge 1 commit into
github:mainfrom
Noor-ul-ain001:docs/integration-search-info-scaffold
Open

docs: document integration search/info/scaffold subcommands (#3174)#3194
Noor-ul-ain001 wants to merge 1 commit into
github:mainfrom
Noor-ul-ain001:docs/integration-search-info-scaffold

Conversation

@Noor-ul-ain001

Copy link
Copy Markdown

What

docs/reference/integrations.md documented the integration commands but omitted three subcommands that exist in code. This broke parity with the extension, preset, bundle, and workflow references, all of which document their search/info equivalents.

Fixes #3174.

Missing commands now documented

Command Code location
specify integration search [query] (--tag, --author) src/specify_cli/integrations/_query_commands.py
specify integration info <integration_id> src/specify_cli/integrations/_query_commands.py
specify integration scaffold <key> (--type) src/specify_cli/integrations/_scaffold_commands.py

How

Added three sections matching the structure used for the analogous extension/preset/bundle references:

  • Search Available Integrations and Integration Info after List Available Integrations.
  • Scaffold a New Integration after Integration-Specific Options.

All option names, the kebab-case key requirement, and the scaffold --type values (markdown default, plus skills, toml, yaml) were taken directly from the command definitions and docstrings in the source, so the docs match runtime behavior.

🤖 Generated with Claude Code

)

docs/reference/integrations.md omitted three subcommands that exist in
code, breaking parity with the extension/preset/bundle/workflow
references which all document their search/info equivalents.

Added sections for:
- `specify integration search [query]` (--tag, --author)
- `specify integration info <integration_id>`
- `specify integration scaffold <key>` (--type: markdown/skills/toml/yaml)

Content mirrors the command docstrings, arguments, and options in
src/specify_cli/integrations/_query_commands.py and _scaffold_commands.py.

Fixes github#3174.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Noor-ul-ain001 Noor-ul-ain001 requested a review from mnriem as a code owner June 27, 2026 08:24
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.

Docs: integration reference missing search, info, and scaffold subcommands

1 participant