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

from @unified-product-graph/cli · Graph

upg product

Edit product-level fields (title, description, stage, member_kind).

Usage

upg product update [options]

Arguments

<subcommand>
Currently: update

Options

--file <path>
Path to .upg file
--title <t>
New title
--stage <s>
Product stage
--member-kind <kind>
Workspace member kind: product | org_rollup | watched | operating_function
--json
Machine-readable JSON output

Examples

Advance the product stage

upg product update --stage growth

Mark a graph as a watched competitor

upg product update --member-kind watched --file .upg/competitor-x.upg

Related

upg workspaceupg init