Synopsis
Shell
$ phrony agents history AGENTDescription
Lists append-only deployment records for an agent: each activate (deploy) or rollback, with version label, action, actor, and timestamp.
AGENT is namespace/name.
Example
Shell
$ phrony agents history demo/echo-agentOutput
Table columns: VERSION, ACTION, ACTOR, CREATED_AT.
The active version is the most recent row.
Up next