Skip to content

Docs: Document missing integration subcommands#3183

Open
DyanGalih wants to merge 2 commits into
github:mainfrom
DyanGalih:docs/3174-integration-subcommands
Open

Docs: Document missing integration subcommands#3183
DyanGalih wants to merge 2 commits into
github:mainfrom
DyanGalih:docs/3174-integration-subcommands

Conversation

@DyanGalih

Copy link
Copy Markdown
Contributor

Fixes #3174

This PR adds the missing search, info, and scaffold subcommands to docs/reference/integrations.md to match the structure of the extensions and other plugin types.

Copilot AI review requested due to automatic review settings June 26, 2026 02:17
@DyanGalih DyanGalih requested a review from mnriem as a code owner June 26, 2026 02:17

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

Adds missing documentation for the specify integration discovery and scaffolding subcommands so the integrations reference matches the structure of other component references (extensions/presets/bundles/workflows) and reflects the CLI’s actual surface area.

Changes:

  • Documented specify integration search [query] with --tag / --author filters.
  • Added sections for specify integration info … and specify integration scaffold ….

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

Comment thread docs/reference/integrations.md Outdated
Comment thread docs/reference/integrations.md Outdated
Comment thread docs/reference/integrations.md Outdated
Comment thread docs/reference/integrations.md Outdated
@DyanGalih

Copy link
Copy Markdown
Contributor Author

I have addressed all the PR feedback. The <key> parameters have been updated to <integration_id>, the --type option with its default value has been documented for integration scaffold, and the integration search description has been corrected to accurately mention 'all active catalogs'.

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: 2
  • Review effort level: Low

| -------- | ----------------------------------------------------- |
| `--type` | The type of integration to scaffold (default: `markdown`) |

Creates a minimal integration stub for the given integration ID.
## Scaffold a New Integration

```bash
specify integration scaffold [options] <integration_id>
@mnriem

mnriem commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Please address Copilot feedback

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

3 participants