vers repo tag get
Print detailed information about a single tag: its ID, reference, the commit it points at, and timestamps.Synopsis
Options
| Option | Description |
|---|---|
--format | Output format: json |
Examples
Default output
JSON
Resolving a ref to a commit ID
vers run-commit my-app:latest --ref. Resolving to a raw commit ID is useful when you want to pin the exact commit in a script or config (refs move, commits don’t).