Skip to content

Commit a3bcd67

Browse files
jawwad-aliclaude
andauthored
docs(bundles): document --integration on 'bundle update' (#3271)
The 'bundle update' command accepts --integration (verified via 'specify bundle update --help' and the command signature), used as the integration override when the project's active integration can't be detected. The Update Bundles options table in reference/bundles.md omitted it, listing only --all and --offline — unlike the install/init tables which already document --integration. Add the missing row. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5c90a05 commit a3bcd67

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/reference/bundles.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ If the current directory is not yet a Spec Kit project, `install` initializes on
5151
specify bundle update [<bundle_id>]
5252
```
5353

54-
| Option | Description |
55-
| ------------ | ------------------------------------ |
56-
| `--all` | Update every installed bundle |
57-
| `--offline` | Do not access the network |
54+
| Option | Description |
55+
| ---------------- | --------------------------------------------------------------------------------------------------------------------- |
56+
| `--all` | Update every installed bundle |
57+
| `--integration` | Override the integration used when refreshing components; applied only when the project's active integration can't be determined |
58+
| `--offline` | Do not access the network |
5859

5960
Re-resolves a bundle and **refreshes** its components through each primitive's update path, bringing already-installed components up to the bundle's newly pinned versions while preserving primitive-level overrides (such as preset priority). Provide a bundle id, or use `--all` to update everything installed.
6061

0 commit comments

Comments
 (0)