catalog log

Show the catalog’s history as structured operations.

These are the same operations xorq catalog replay consumes when copying a catalog.

Usage

xorq catalog log [OPTIONS]

Options

Option Default Description
--json off Output as JSON.

Examples

xorq catalog log
xorq catalog log --json | jq '.[] | select(.type == "Add")'

See also