Skip to main content
Qlty Docs home page
Search documentation...
⌘K
Get Support
Back to App
Back to App
Search...
Navigation
All Commands
version
Home
Qlty CLI
Qlty Cloud
Code Coverage
API Reference
Changelog
Getting Started
Install and Quick Start
System Requirements
Ignoring Checks and Issues
Analysis Configuration
Excluding Files
Everyday Commands
check
fmt
metrics
smells
Key Concepts
Sources
Plugins
Runtimes
Workflow Integration
Coding with AI Agents
Continuous Integration
Git Hooks
Additional Information
Linter Extensions
Radarlint Configuration
Shared Analysis Configuration
Frequently Asked Questions (FAQ)
Integrity Verification
CLI Internals
Debugging
Developing Plugins
Global Options
Telemetry
Reference
qlty.toml
qlty-ignore comments
user.toml
All Commands
cache clean
cache dir
cache status
check
config migrate
config show
config validate
coverage publish
completions
deinit
discord
dashboard
docs
fmt
help
init
install
metrics
plugins enable
plugins upgrade
plugins disable
plugins list
smells
upgrade
version
On this page
Examples
See Also
All Commands
version
qlty
version
[OPTIONS]
Print the current Qlty CLI version
Example output:
qlty 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
help
Global Options
upgrade
⌘I