version

$qlty version [OPTIONS]

Print the current Qlty CLI version

Example output:

1qlty 0.303.0 (14cfc6e)

Version follow Semantic Versioning. Following the version number is the Git commit SHA that the CLI was built from.

Debug builds are indicated with the word debug following the Git commit SHA. Otherwise, it is a release build.

Examples

Print the current version
$qlty version

See Also