Runtime

Runtime

active

Show the active deployed version for an agent.

Synopsis

Shell
$ phrony agents active AGENT

Description

Prints the version currently activated for sessions in this runtime — the latest deploy or rollback — plus when it was activated and by whom.

AGENT is namespace/name.

Example

Shell
$ phrony agents active demo/echo-agent

Example output:

Text
demo/echo-agent@1.2.0 deployed 2026-05-31T12:00:00Z by ci@github

Up next

deploy

Change the active version.

run

Execute the active version in a new session.