Skip to content

from @unified-product-graph/cli · Read

upg search

Fuzzy text search across titles and descriptions.

Usage

upg search <query> [options]

Arguments

<query>
Text to fuzzy-match against entity titles and descriptions

Options

--file <path>
Path to .upg file
--type <type>
Filter results by entity type
--json
Machine-readable JSON output

Examples

Find entities mentioning guest checkout

upg search "guest checkout"

Output

  ⬡ UPG · Search

  2 result(s) for "guest checkout":

  feature  "Guest checkout" [active]
  solution  "Guest checkout flow"

Search only within features

upg search onboarding --type feature

Related

upg listupg tree