feat: add version feature reporting (#2548)

This commit is contained in:
Pascal THUET
2026-05-14 19:52:14 +02:00
committed by GitHub
parent c1a1653aca
commit e6afba9429
3 changed files with 102 additions and 4 deletions

View File

@@ -77,6 +77,16 @@ specify version
Displays the Spec Kit CLI version, Python version, platform, and architecture.
To inspect local CLI capabilities without checking the network:
```bash
specify version --features
specify version --features --json
```
The JSON form is intended for scripts and coding agents that need to choose a
workflow based on the installed CLI's supported features.
A quick version check is also available via:
```bash