vers history
Shows the commit history for the current VM or a specified VM ID or alias.Usage
Examples
Show current VM history
Show specific VM history
Output format
- Commit ID: Unique identifier for the commit
- Tags: Version tags or labels (if any)
- Alias: VM alias (if different from VM ID)
- Author: Who created the commit
- Date: When the commit was made
- VM: VM identifier
- Cluster: Cluster ID (if available)
- Architecture: Host architecture (if available)
- Message: Commit description
How it works
Thehistory command:
- VM resolution: Uses HEAD VM if no identifier provided, otherwise resolves the specified VM/alias
- API query: Fetches commit history from the server for the target VM
- Display: Shows commits in reverse chronological order (newest first)
- Formatting: Applies consistent styling and separators between commits
Empty history
If no commits exist for a VM:Prerequisites
- Valid VM identifier (or current HEAD VM)
- Network connectivity to fetch commit data
- VM must exist in your account
See Also
- vers commit - Create new commits
- vers tree - Visual VM relationships
- vers status - Current VM state