Skip to content

sdd list

Lists items.

Usage

bash
sdd list [type]

Arguments

ArgumentDescriptionDefault
typeList type (specs, changes, all)specs

Options

OptionDescription
--phase <n>Show specific phase only
--status <status>Show specific status only
--jsonJSON format output

Examples

bash
# List all specs
sdd list

# Specs for specific phase
sdd list --phase 1

# List change proposals
sdd list changes

# JSON output
sdd list --json

Output Example

📋 Spec List (12 items)

Phase 1:
  ✅ user-auth (implemented)
  ✅ data-model (implemented)
  📝 api-design (review)
  📄 error-handling (draft)

Phase 2:
  ✅ search-feature (approved)
  ...

MIT License