v0.7.2
Changelog
- 3afe2fa ⬆️ Bump dependencies
- 77d1a52 🐛 Fix printing global problems from SARIF
- fcf75b2 ✨ Add projectDir option to show command
- b2968a6 ✨ Start serving reports with no cache headers
- a51b024 ✅ Extend the scan test
Install
macOS and Linux
Install with Homebrew (recommended)
brew tap jetbrains/utils
brew install qodanaInstall with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bashWindows
Install with Scoop (recommended)
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaInstall with our installer
iwr https://jb.gg/qodana-cli/install.ps1 -useb | iexAnywhere else
Install with Go
go install github.com/JetBrains/qodana-cli@latestAlternatively, you can install the latest binary (or the apt/rpm/deb package) from this page.
Update
Update to the latest version depends on how you choose to install qodana on your machine.
Update with Homebrew
brew upgrade qodanaUpdate with Scoop
scoop update qodanaUpdate on Linux and macOS with the installer script
curl -fsSL https://jb.gg/qodana-cli/install | bashUpdate on Windows with the installer script
iwr https://jb.gg/qodana-cli/install.ps1 -useb | iexUpdate with Go
go install github.com/JetBrains/qodana-cli@latestAlternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.