from @unified-product-graph/cli · Cloud
upg log
Recent activity log for a cloud product.
Usage
upg log [options]Options
--endpoint <url>- Cloud endpoint. Defaults to stored value
--product-id <id>- Cloud product ID
--limit <n>- Number of entries. Defaults to 20
--entity <id>- Filter by entity ID
--action <type>- create | update | delete
--json- Machine-readable JSON output
Examples
Recent activity for a cloud product
upg log --product-id prod_8Hq2LmOutput
⬡ UPG · Log
26/05/2026, 14:22 create feature Guest checkout [claude]
26/05/2026, 14:19 update opportunity Reduce cart abandonment [you@example.com]
changed: status
26/05/2026, 11:03 create persona Returning shopper [claude]Last 50 deletions
upg log --product-id prod_123 --action delete --limit 50History for one entity
upg log --product-id prod_123 --entity node_abc123