Skip to content

Releases: JetBrains/qodana-cli

v0.7.4

10 Feb 18:06
Compare
Choose a tag to compare

Important: the filenames and archives are renamed since this version.

Changelog

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
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

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 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.

v0.7.3

10 Feb 15:30
Compare
Choose a tag to compare

Changelog

  • 3260d62 🐛 Improve linter detection from .idea
  • beeb964 ✨ Allow multiple Qodana scans running on one host

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.

v0.7.2

09 Feb 10:54
Compare
Choose a tag to compare

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.

v0.7.1

03 Feb 22:07
Compare
Choose a tag to compare

Changelog

  • 88639cd 🚸 Fix version number
  • b74f0f5 ✨ Add pull command
  • 0ad6543 🧪 Move Docker run tests from workflows to Go, add more tests

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 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.