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 apply

Run a framework over entities: creates a framework_exercise + an includes edge to each.

Usage

upg apply <framework-id> [entity-ids...] [options]

Arguments

<framework-id>
Framework from the catalog, e.g. 'moscow', 'rice-scoring'
[entity-ids...]
Entities to pull into the exercise (any type)

Options

--file <path>
Path to .upg file
--title <title>
Human label for the exercise
--status <status>
Lifecycle phase: draft | active | archived (default draft)
--json
Machine-readable JSON output

Examples

Create an exercise over two features

upg apply moscow feat_sso feat_dark --title "Q3 release scope"

Machine-readable output

upg apply rice-scoring n_feat1 n_feat2 --json

Related

upg scoreupg show