ubx history lists the history of all applies recorded for the current stack. Records are read from ubx-history.json (or .ubx/history.db as a legacy SQLite fallback).
Usage
Flags
| Flag | Description |
|---|---|
--limit <n> | Maximum number of entries to show (default: all) |
--format <fmt> | Output format: text, json |
Examples
Text output
JSON output
Apply record storage
ubx writes an entry toubx-history.json (at the workspace root) after every successful ubx ship. The JSON backend is preferred over the legacy SQLite .ubx/history.db.
See also
ubx blame— per-resource change historyubx rollback— roll back to a previous apply

