Summary
docs/reference/integrations.md documents the integration commands but omits three subcommands that exist in code. This breaks parity with the extension, preset, bundle, and workflow references, all of which document their search/info equivalents.
Missing commands
| Command |
Code location |
Help |
specify integration search [query] |
src/specify_cli/integrations/_query_commands.py:264 |
Search for integrations in the active catalog stack (supports --tag, --author) |
specify integration info <integration_id> |
src/specify_cli/integrations/_query_commands.py:356 |
Show catalog details for a single integration |
specify integration scaffold <key> |
src/specify_cli/integrations/_scaffold_commands.py:23 |
Create a minimal built-in integration package and test skeleton (supports --type) |
Suggested fix
Add documentation for these three subcommands to docs/reference/integrations.md, matching the structure used for the analogous extension/preset/bundle/workflow commands.
Summary
docs/reference/integrations.mddocuments theintegrationcommands but omits three subcommands that exist in code. This breaks parity with theextension,preset,bundle, andworkflowreferences, all of which document theirsearch/infoequivalents.Missing commands
specify integration search [query]src/specify_cli/integrations/_query_commands.py:264--tag,--author)specify integration info <integration_id>src/specify_cli/integrations/_query_commands.py:356specify integration scaffold <key>src/specify_cli/integrations/_scaffold_commands.py:23--type)Suggested fix
Add documentation for these three subcommands to
docs/reference/integrations.md, matching the structure used for the analogous extension/preset/bundle/workflow commands.