File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -432,6 +432,27 @@ Spec Kit uses a **catalog stack** — an ordered list of catalogs searched simul
432432specify 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
You can’t perform that action at this time.
0 commit comments