Runtime

Runtime

bundle versions

List published versions for a bundle.

Synopsis

Shell
$ phrony bundles versions BUNDLE

Description

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

Output

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.