Merge pull request #1135 from anchildress1/upgrade-spec-kit-docs

docs: Add new docs page covering upgrade for Specify CLI
This commit is contained in:
Den Delimarsky
2025-11-14 16:21:02 -08:00
committed by GitHub
5 changed files with 442 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ specify init <PROJECT_NAME>
specify check
```
To upgrade specify run:
To upgrade Specify, see the [Upgrade Guide](./docs/upgrade.md) for detailed instructions. Quick upgrade:
```bash
uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git
@@ -209,7 +209,7 @@ specify init --here --ai copilot
# Force merge into current (non-empty) directory without confirmation
specify init . --force --ai copilot
# or
# or
specify init --here --force --ai copilot
# Skip git initialization