Synopsis
Shell
$ phrony bundles active BUNDLEDescription
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-hitlExample output:
Text
demo/payment-desk-hitl@1.0.0 (sha256:abc123…) deployed 2026-05-31T12:00:00Z by ci@githubUp next
bundle deploy
Change the active bundle version.
bundle run
Execute the active bundle deployment in a new session.