Synopsis
Shell
$ phrony bundles versions BUNDLEDescription
Lists immutable bundle versions published for one bundle. BUNDLE is namespace/name.
Publishing does not imply the version is active for sessions — check bundle active or bundle history.
Each version has a semver label (metadata.version at publish) and a lock hash (sha256:…) from the committed lockfile. Deploy and run accept either form in @version.
Example
Shell
$ phrony bundles versions demo/payment-desk-hitlOutput
Table columns: VERSION (semver), LOCK_HASH, ID, PUBLISHED_AT.
Up next
bundle publish
Add a new immutable bundle version.
bundle deploy
Activate a published semver or lock hash for sessions.