Skip to content

Commit a5d8e2e

Browse files
committed
docs: add catalog cli help documentation (#1793)
1 parent 56095f0 commit a5d8e2e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

extensions/EXTENSION-USER-GUIDE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,27 @@ 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+
```bash
440+
specify extension catalog --help
441+
442+
Usage: specify extension catalog [OPTIONS] COMMAND [ARGS]...
443+
444+
Manage extension catalogs
445+
446+
╭─ Options ────────────────────────────────────────────────────────────────────────╮
447+
│ --help Show this message and exit. │
448+
╰──────────────────────────────────────────────────────────────────────────────────╯
449+
╭─ Commands ───────────────────────────────────────────────────────────────────────╮
450+
│ list List all active extension catalogs. │
451+
│ add Add a catalog to .specify/extension-catalogs.yml. │
452+
│ remove Remove a catalog from .specify/extension-catalogs.yml. │
453+
╰──────────────────────────────────────────────────────────────────────────────────╯
454+
```
455+
435456
### Adding a Catalog (Project-scoped)
436457

437458
```bash

0 commit comments

Comments
 (0)