from @unified-product-graph/cli · Frameworks
upg prioritise
Rank entities by a scoring framework (RICE, ICE, WSJF, value-vs-effort). Read-only. --framework and at least one id are required.
Usage
upg prioritise <ids...> --framework <id> [options]Arguments
<ids...>- Entity ids to rank
Options
--file <path>- Path to .upg file
--framework <id>- Required. Framework id, e.g. rice-scoring, ice-scoring, wsjf
--json- Machine-readable JSON output
Examples
Rank by RICE
upg prioritise n_a n_b --framework rice-scoringValue-vs-effort ranking as JSON
upg prioritise n_a n_b --framework value-vs-effort --json