mergeway-cli version
Display the CLI build metadata (semantic version, commit, build date).
Synopsis: Display the CLI build metadata (semantic version, commit, build date).
Usage
mergeway-cli [global flags] version
No additional flags.
This command does not touch workspace files; global flags like --root are ignored.
Example
mergeway-cli --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.
Related Commands
mergeway-cli validate— include the CLI version in validation artifacts for traceability.