ReferenceOnboarding & devx
version
Print the CLI version.
Prints the installed CLI version string to stdout and exits. It is the subcommand form of the global
simetrik --version / -V flag — both print the same string. Output goes straight to stdout, so it
survives pipes and non-TTY contexts and is never suppressed by --quiet or JSON mode, which makes it
safe to capture in a variable when scripting.
Use it to confirm exactly which build you are running — for example before filing a bug or after a
simetrik update. For a full health report of the install (not just the version number), use
simetrik doctor.
See also: doctor, update. Requires CLI access. See permissions.
Examples
simetrik versionExit codes
| Code | Meaning |
|---|---|
0 | Version string printed |