Skip to content

slick version

Print version, commit, branch, build time, and builder identity for the installed slick binary.

slick version  Print version information

version

slick version
slick version --output=json

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):

slick v0.5.5
   commit=87e81b8
   branch=main
   built="2 minutes ago"
   built by=goreleaser

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

-h, --help  help for version

See also