from @unified-product-graph/cli · Stand in the graph
upg find
Fuzzy search; on a TTY, pick a result to move the cursor there.
Usage
upg find <query> [options]Arguments
<query>- Text to fuzzy-match against titles, descriptions, and tags
Options
--file <path>- Path to .upg file
--type <type>- Filter results by entity type
--no-pick- List only; never move the cursor (even on a TTY)
--json- Machine-readable JSON output
Examples
Search; on a TTY a single hit lands the cursor directly
upg find checkoutOutput
▸ cursor → feature "Guest checkout" n_Kg19aubWwbwm7V5t
List matches without moving the cursor
upg find checkout --no-pickScripting: scored matches as JSON
upg find onboarding --type feature --json