Synopsis
Shell
$ phrony bundles history BUNDLEDescription
Lists append-only bundle deployment records: each bundle deploy activation with semver, lock hash, action, actor, and timestamp.
BUNDLE is namespace/name.
Example
Shell
$ phrony bundles history demo/payment-desk-hitlOutput
Table columns: VERSION (semver), LOCK_HASH, ACTION, ACTOR, CREATED_AT.
The active version is the most recent row.
Up next