From 929fab5d98e726556187fc7dc2a8c55b5be2d04d Mon Sep 17 00:00:00 2001 From: Dhilip Date: Wed, 11 Mar 2026 07:54:07 -0400 Subject: [PATCH] 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> --- extensions/EXTENSION-USER-GUIDE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/extensions/EXTENSION-USER-GUIDE.md b/extensions/EXTENSION-USER-GUIDE.md index e551809e..ae77860f 100644 --- a/extensions/EXTENSION-USER-GUIDE.md +++ b/extensions/EXTENSION-USER-GUIDE.md @@ -432,6 +432,26 @@ Spec Kit uses a **catalog stack** — an ordered list of catalogs searched simul specify extension catalog list ``` +### Managing Catalogs via CLI + +You can view the main catalog management commands using `--help`: + +```text +specify extension catalog --help + + Usage: specify extension catalog [OPTIONS] COMMAND [ARGS]... + + Manage extension catalogs +╭─ Options ────────────────────────────────────────────────────────────────────────╮ +│ --help Show this message and exit. │ +╰──────────────────────────────────────────────────────────────────────────────────╯ +╭─ Commands ───────────────────────────────────────────────────────────────────────╮ +│ list List all active extension catalogs. │ +│ add Add a catalog to .specify/extension-catalogs.yml. │ +│ remove Remove a catalog from .specify/extension-catalogs.yml. │ +╰──────────────────────────────────────────────────────────────────────────────────╯ +``` + ### Adding a Catalog (Project-scoped) ```bash