diff --git a/docs/reference/integrations.md b/docs/reference/integrations.md index 5746382161..7d33d6e2b0 100644 --- a/docs/reference/integrations.md +++ b/docs/reference/integrations.md @@ -54,6 +54,39 @@ Shows all available integrations, which one is currently installed, and whether When multiple integrations are installed, the list marks the default integration separately from the other installed integrations. The list also shows whether each built-in integration is declared multi-install safe. +## Search Available Integrations + +```bash +specify integration search [query] +``` + +| Option | Description | +| ------------ | ------------------------------------ | +| `--tag` | Filter by tag | +| `--author` | Filter by author | + +Searches all active catalogs for integrations matching the query. Without a query, lists all available integrations. + +## Integration Info + +```bash +specify integration info +``` + +Shows catalog information for an integration, including its description, author, repository, and tags. + +## Scaffold a New Integration + +```bash +specify integration scaffold [options] +``` + +| Option | Description | +| -------- | ----------------------------------------------------- | +| `--type` | The type of integration to scaffold (default: `markdown`) | + +Creates a minimal integration stub for the given integration ID. + ## Install an Integration ```bash