Skip to content
UPG is in early alpha. The specification is still evolving and may change between versions.

Adopt

5 surfaces

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-scoring

Value-vs-effort ranking as JSON

upg prioritise n_a n_b --framework value-vs-effort --json

Related

upg scoreupg applyupg spec