Documentation Index
Fetch the complete documentation index at: https://docs.vers.sh/llms.txt
Use this file to discover all available pages before exploring further.
vers info shows full metadata for a VM: networking info, lineage (parent commit, grandparent VM), and timestamps. Where vers status is optimized for a fleet-wide glance, vers info is the deep view on one VM.
Synopsis
Options
| Option | Description |
|---|---|
-q, --quiet | Print only the VM ID |
--format json | Machine-readable output |
Examples
Human-readable
Script-friendly
Default to HEAD
Fields
The JSON output includes (at minimum):| Field | Description |
|---|---|
vm_id | Canonical VM ID |
alias | Human-readable name, if set via --vm-alias or vers alias |
state | Running, Paused, etc. |
ip | Internal IP address of the VM |
parent_commit | Commit this VM was booted from (empty for root VMs) |
grandparent_vm | VM that produced parent_commit, if available |
created_at | Provisioning timestamp |
resources | mem_size_mib, vcpu_count, fs_size_mib |
Common Patterns
Pluck the internal IP
Walk a lineage chain
Snapshot every running VM’s metadata
See also
- vers status — fleet-wide summary
- vers connect — SSH into the VM
- vers head — HEAD VM ID for scripting