Skip to main content
versuno versions <id> [--limit <n>]
Prints a formatted table of versions for the given asset. Similar to versuno log but focused on a single asset and defaults to more results (10 vs 5).

Arguments

ArgumentRequiredDescription
idYesAsset ID (e.g. prm_abc123)

Options

FlagDescription
--limit <n>Number of versions to show (default: 10, max: 200).
--format jsonOutput a JSON object with asset and versions arrays.

Example

versuno versions prm_abc123

versuno versions prm_abc123 --limit 50

versuno versions prm_abc123 --format json

Output

 VERSION | DATE             | AUTHOR | DESCRIPTION
---------|------------------|--------|--------------------
 v5      | 2026-04-01 12:00 | alice  | Improved tone
 v4      | 2026-03-28 09:15 | bob    | Fix grammar
 v3      | 2026-03-20 11:30 | alice  |

See also

  • versuno log — version history across all tracked assets
  • versuno diff — compare local file vs a specific version