Skip to main content

vers repo tag get

Print detailed information about a single tag: its ID, reference, the commit it points at, and timestamps.

Synopsis

Options

Examples

Default output

JSON

Resolving a ref to a commit ID

For most uses you’d just pass the ref directly to 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).

Error Cases

Repository or tag not found

See Also