Runtime

Runtime

bundle active

Show the active deployed version for a bundle.

Synopsis

Shell
$ phrony bundles active BUNDLE

Description

Prints the semver and lock hash currently activated for bundle sessions in this runtime — the latest bundle deploy — plus when it was activated and by whom.

BUNDLE is namespace/name.

Example

Shell
$ phrony bundles active demo/payment-desk-hitl

Example output:

Text
demo/payment-desk-hitl@1.0.0 (sha256:abc123…) deployed 2026-05-31T12:00:00Z by ci@github

Up next

bundle deploy

Change the active bundle version.

bundle run

Execute the active bundle deployment in a new session.