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

from @unified-product-graph/cli · Read

upg log

The recent mutation feed for the graph (create / update / delete).

Usage

upg log [options]

Options

--file <path>
Path to .upg file
--since <iso>
Only changes after this timestamp
--limit <n>
Most recent N
--json
Machine-readable JSON output

Examples

The 20 most recent mutations

upg log --limit 20

Related

upg diff