slick version¶
Print version, commit, branch, build time, and builder identity for the installed slick binary.
version¶
Output¶
Human mode (values depend on the installed build; built renders as a
relative phrase derived from the RFC3339 build timestamp, e.g. now,
2 minutes ago, 3 days ago):
JSON envelope (--output=json):
{
"meta": {"command": "version", "workspace": "version", "timestamp": "…", "request_id": "…"},
"data": {
"version": "v0.5.5",
"commit": "87e81b8",
"branch": "main",
"build_time": "2026-05-10T19:55:00Z",
"build_by": "goreleaser"
},
"errors": []
}
The version string follows the latest released tag. Local builds via
mise run build embed -dirty when the working tree has uncommitted
changes; built by reflects the build environment (goreleaser for
release artifacts, homebrew for the brew bottle, the local user for
dev builds).
Flags¶
See also¶
- README for install paths.
- Release tags on GitHub for the canonical version history.