Skip to content

Commit 929fab5

Browse files
docs: add catalog cli help documentation (#1793) (#1794)
* docs: add catalog cli help documentation (#1793) * Fix code block formatting in user guide Corrected code block syntax for CLI commands in user guide. * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 56095f0 commit 929fab5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

extensions/EXTENSION-USER-GUIDE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,26 @@ Spec Kit uses a **catalog stack** — an ordered list of catalogs searched simul
432432
specify extension catalog list
433433
```
434434

435+
### Managing Catalogs via CLI
436+
437+
You can view the main catalog management commands using `--help`:
438+
439+
```text
440+
specify extension catalog --help
441+
442+
Usage: specify extension catalog [OPTIONS] COMMAND [ARGS]...
443+
444+
Manage extension catalogs
445+
╭─ Options ────────────────────────────────────────────────────────────────────────╮
446+
│ --help Show this message and exit. │
447+
╰──────────────────────────────────────────────────────────────────────────────────╯
448+
╭─ Commands ───────────────────────────────────────────────────────────────────────╮
449+
│ list List all active extension catalogs. │
450+
│ add Add a catalog to .specify/extension-catalogs.yml. │
451+
│ remove Remove a catalog from .specify/extension-catalogs.yml. │
452+
╰──────────────────────────────────────────────────────────────────────────────────╯
453+
```
454+
435455
### Adding a Catalog (Project-scoped)
436456

437457
```bash

0 commit comments

Comments
 (0)