Skip to content

Commit 5db8065

Browse files
committed
docs: clarify project upgrade commands
Assisted-by: OpenAI Codex (model: GPT-5, autonomous)
1 parent 6437351 commit 5db8065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| **CLI Tool — pin a version** | `specify self upgrade --tag vX.Y.Z[suffix]` | Upgrade to a specific release tag instead of the latest stable. Suffixes are limited to dev, alpha/beta/rc, and/or build metadata forms. |
1313
| **CLI Tool — manual fallback** | `uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git@vX.Y.Z` | When `specify self upgrade` isn't available (older installs) or when you want explicit control. |
1414
| **CLI Tool — manual fallback (pipx)** | `pipx install --force git+https://github.com/github/spec-kit.git@vX.Y.Z` | Same as above, for pipx installs. |
15-
| **Project Files** | `specify integration upgrade <key>` + `specify extension update` | Refresh installed integration files and extensions in your project |
15+
| **Project Files** | Run `specify integration upgrade <key>`, then `specify extension update` | Refresh installed integration files and extensions in your project |
1616
| **Both** | Run CLI upgrade, then project update | Recommended for major version updates |
1717

1818
---
@@ -150,7 +150,7 @@ Run:
150150
specify extension update
151151
```
152152

153-
With no extension name, this updates all installed extensions. Use `specify extension update <name>` to update only one extension. See the [extensions reference](reference/extensions.md#update-extensions) for details.
153+
With no extension argument, this updates all installed extensions. Use `specify extension update <extension-id-or-name>` to update only one extension. See the [extensions reference](reference/extensions.md#update-extensions) for details.
154154

155155
### Fallback: re-run init
156156

0 commit comments

Comments
 (0)