Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Synopsis: Display the CLI build metadata (semantic version, commit, build date).

Usage

mw [global flags] version

No additional flags.

This command does not touch workspace files; global flags like --root are ignored.

Example

mw --format json version

Output:

{
  "version": "0.1.0",
  "commit": "a713be5",
  "buildDate": "2025-10-22T18:25:03Z"
}

Values change with each build; use the command to confirm which binary produced a validation report or data change.

  • mw validate — include the CLI version in validation artifacts for traceability.


Generated at 2026-01-22 20:44:41 (commit: bef1702)