Runtime

Runtime

bundle history

List bundle deployment activation history.

Synopsis

Shell
$ phrony bundles history BUNDLE

Description

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-hitl

Output

Table columns: VERSION (semver), LOCK_HASH, ACTION, ACTOR, CREATED_AT.

The active version is the most recent row.

Up next

bundle active

Current active bundle version only.

bundle deploy

Activate a published semver or lock hash.