Runtime

Runtime

history

List deployment activation history for an agent.

Synopsis

Shell
$ phrony agents history AGENT

Description

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

Output

Table columns: VERSION, ACTION, ACTOR, CREATED_AT.

The active version is the most recent row.

Up next

active

Current active version only.

rollback

Revert activation to a prior version.