BUILD / print-grok-build-cli-version

Build

Print the Grok Build CLI version

Print the Grok Build CLI version

grok version prints version information for the installed CLI. Official: CLI Reference.

Print it

grok version

Use that string when you file feedback, compare installs across machines, or confirm an update landed.

Version vs update vs release notes

Goal Command
Print the installed version grok version
Check for updates or install a channel/version grok update (--check, --version <ver>, --alpha, --stable) — see Update the Grok Build CLI
Read product release notes inside the TUI /release-notes (alias /changelog) — see Read release notes in Grok Build

Pitfalls

  • grok version reports what is on disk now. It does not fetch a newer build by itself — run grok update when you intend to upgrade.
  • Shell completions and PATH can point at an older binary if you have multiple installs. Re-run which grok (or Get-Command grok on Windows) if the printed version disagrees with what you expect after an update.