Skip to content

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

Description

@mnriem

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions