Skip to content

v0.7.2

Choose a tag to compare

@tiulpin tiulpin released this 09 Feb 10:54
· 1347 commits to main since this release

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 qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Windows

Install with Scoop (recommended)
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana
Install with our installer
iwr https://jb.gg/qodana-cli/install.ps1 -useb | iex

Anywhere else

Install with Go

go install github.com/JetBrains/qodana-cli@latest

Alternatively, 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 qodana

Update with Scoop

scoop update qodana

Update on Linux and macOS with the installer script

curl -fsSL https://jb.gg/qodana-cli/install | bash

Update on Windows with the installer script

iwr https://jb.gg/qodana-cli/install.ps1 -useb | iex

Update with Go

go install github.com/JetBrains/qodana-cli@latest

Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.