Skip to content

Releases: JetBrains/qodana-cli

nightly

04 Mar 13:39
89d0b44
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

Changelog

  • 02ac294 โฌ†๏ธ Bump go to 1.22.8
  • 48a4c87 โฌ†๏ธ Bump go to 1.24.0
  • 8614b45 โฌ†๏ธ Bump github.com/boyter/scc/v3
  • 088b285 โฌ†๏ธ Bump github.com/go-enry/go-enry/v2
  • 85e648f โฌ†๏ธ Bump github.com/go-enry/go-enry/v2
  • f521171 โฌ†๏ธ Bump github.com/pterm/pterm
  • c0d8e6e โฌ†๏ธ Bump github.com/stretchr/testify
  • 1edb638 โฌ†๏ธ Bump github.com/stretchr/testify
  • bff4c22 โฌ†๏ธ Bump github.com/zalando/go-keyring
  • 90b4dc3 โฌ†๏ธ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /cli
  • f5c232d โฌ†๏ธ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /core
  • 2a16298 โฌ†๏ธ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /platform
  • 150f126 โฌ†๏ธ Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in /cmd
  • ab4d559 โฌ†๏ธ Bump golang.org/x/net from 0.30.0 to 0.33.0 in /cmd
  • 737b4df โฌ†๏ธ Bump the dependencies group across 1 directory with 2 updates
  • e6e23fa โฌ†๏ธ Bump the dependencies group across 4 directories with 1 update
  • 9e44ed7 โฌ†๏ธ Bump the dependencies group across 4 directories with 2 updates
  • ae538d7 ๐Ÿ› Fix CLI completion generation (QD-9907)
  • dac77a9 ๐Ÿ› Fix GitLab/BitBucket reports with baseline and no new problems (QD-10038)
  • b1409ee ๐Ÿ› Fix contributors log options
  • 06393bd ๐Ÿ› Fix view command options
  • 6c2d6c5 ๐Ÿ› Fix forwarding testing endpoint to containers (QD-10281)
  • f58a0bf ๐Ÿ› Fix qodana-clang build on master
  • c794264 ๐Ÿ› Handle errors for .idea cache and add logging (QD-9927)
  • cb78e5a ๐Ÿ› QD-10572 qodana-clang should respect arguments property
  • 4f36307 ๐Ÿ› QD-10573 qodana-clang should work for master and release branches
  • 2d09e71 ๐Ÿ› QD-10590 Plugins must be installed only inside native mode (inside docker is native)
  • de0a8a2 ๐Ÿ› QD-10767 Update submodules when checkout performed in full history and scoped script (#519)
  • fad8dca ๐Ÿ› QD-10955 Add QODANA_TOKEN to docker env, QODANA_LICENSE_ONLY_TOKEN accessed only by os.Getenv
  • c5a49cc ๐Ÿ› Scoped script should keep baseline for the second run and track coverage feature usage.
  • 5a7ab37 ๐Ÿ› When falling back to default scenario, reset options that lead to changes analysis
  • 161a96a ๐Ÿ› When launching docker linter, log folder does not exist for CLI
  • 89d0b44 ๐Ÿ› respect environment when creating a docker client in pull command (#532)
  • 8e899ca ๐Ÿ›QD-10360 Fix an order of setting variables custom JVM properties
  • cb8d279 ๐Ÿ›QD-10360 Force installPlugins to use qodana attributes of EAP and version
  • 780c39d ๐Ÿ›QD-10360 Refactor passing options to installPlugins, add necessary options to common part with scan options
  • 4ce0f92 ๐Ÿ›QD-10419 Set up plugins once even in scoped script
  • 96b36d6 ๐Ÿšธ Check args length before comparing
  • 5a9660b ๐Ÿšธ Fallback to default execution scenario when revision is missing in history
  • d3275c0 ๐Ÿšธ Fix output for CI, add simple tests
  • 527679f ๐Ÿšธ Format CI messages for more visibility
  • 9d5db8b ๐Ÿšธ Make non-CI warning similar to other warnings
  • 6510798 ๐Ÿšธ Produce warnings if the linter version is incompatible
  • 54dbb1c โช (reverting for rebasing, commit is brought back later) Revert "QD-10767 Update submodules when checkout performed in full history and scoped script (#519)"
  • 3d1cf31 โœจ QD-10856 Address review #527
  • 08a2a37 โœจ QD-10856 Create effective configuration in qodana cli
  • 6e3e6c8 โœจ QD-10955 Now in qodana init we require token if it's needed
  • 1e6a491 ๐Ÿ”ง QD-10955 Codestyle
  • e7f6795 โšก Bump linters versions
  • 5e336b8 โšก QD-10306 Add logging for native configuration
  • 677ea17 โšก Switch from 2024.3 EAP to Release
  • 8cf7f90 โšก Switch to released 2024.2 images
  • 8ef354a โšก Unset Ruby-related variables for QDRUBY (RUBY-29231)
  • 1a106ab QD-10767 Update submodules when checkout performed in full history and scoped script (#519)

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.3.5

19 Feb 10:37
879a2d6
Compare
Choose a tag to compare

Changelog

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.3.4

22 Dec 14:20
Compare
Choose a tag to compare

Changelog

  • 464701f ๐Ÿ› QD-10572 qodana-clang should respect arguments property
  • 674ebeb ๐Ÿ› QD-10573 qodana-clang should work for master and release branches
  • 80c403c ๐Ÿ› QD-10590 Plugins must be installed only inside native mode (inside docker is native)

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.3.3

17 Dec 14:47
9294f8d
Compare
Choose a tag to compare

Changelog

  • a96ae44 โฌ†๏ธ Bump github.com/pterm/pterm
  • 35144b1 โฌ†๏ธ Bump github.com/stretchr/testify
  • 2837f7b โฌ†๏ธ Bump github.com/stretchr/testify
  • daf8b4c โฌ†๏ธ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /cli
  • 6ffd7e2 โฌ†๏ธ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /core
  • 9cb23ee โฌ†๏ธ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /platform
  • 77bc658 โฌ†๏ธ Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in /cmd
  • 0ff1309 โฌ†๏ธ Bump the dependencies group across 1 directory with 2 updates
  • 46bbd6e โšก Bump linters versions
  • 63a3ac3 โšก Switch from 2024.3 EAP to Release

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.3.2

01 Dec 22:34
Compare
Choose a tag to compare

Changelog

  • add041e ๐Ÿ›QD-10360 Refactor passing options to installPlugins, add necessary options to common part with scan options
  • 566084a ๐Ÿ›QD-10419 Set up plugins once even in scoped script

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.2.10

30 Nov 23:50
Compare
Choose a tag to compare

Changelog

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.2.9

29 Nov 12:39
Compare
Choose a tag to compare

Changelog

  • 0da11cc ๐Ÿ›QD-10360 Refactor passing options to installPlugins, add necessary options to common part with scan options

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.3.1

28 Nov 23:49
Compare
Choose a tag to compare

Changelog

  • 02ac294 โฌ†๏ธ Bump go to 1.22.8
  • 8614b45 โฌ†๏ธ Bump github.com/boyter/scc/v3
  • 85e648f โฌ†๏ธ Bump github.com/go-enry/go-enry/v2
  • 088b285 โฌ†๏ธ Bump github.com/go-enry/go-enry/v2
  • bff4c22 โฌ†๏ธ Bump github.com/zalando/go-keyring
  • ae538d7 ๐Ÿ› Fix CLI completion generation (QD-9907)
  • dac77a9 ๐Ÿ› Fix GitLab/BitBucket reports with baseline and no new problems (QD-10038)
  • 6c2d6c5 ๐Ÿ› Fix forwarding testing endpoint to containers (QD-10281)
  • f58a0bf ๐Ÿ› Fix qodana-clang build on master
  • c794264 ๐Ÿ› Handle errors for .idea cache and add logging (QD-9927)
  • c5a49cc ๐Ÿ› Scoped script should keep baseline for the second run and track coverage feature usage.
  • 5a7ab37 ๐Ÿ› When falling back to default scenario, reset options that lead to changes analysis
  • 161a96a ๐Ÿ› When launching docker linter, log folder does not exist for CLI
  • c65b943 ๐Ÿ›QD-10360 Fix an order of setting variables custom JVM properties
  • cb8d279 ๐Ÿ›QD-10360 Force installPlugins to use qodana attributes of EAP and version
  • 96b36d6 ๐Ÿšธ Check args length before comparing
  • 5a9660b ๐Ÿšธ Fallback to default execution scenario when revision is missing in history
  • d3275c0 ๐Ÿšธ Fix output for CI, add simple tests
  • 527679f ๐Ÿšธ Format CI messages for more visibility
  • 9d5db8b ๐Ÿšธ Make non-CI warning similar to other warnings
  • 6510798 ๐Ÿšธ Produce warnings if the linter version is incompatible
  • 5e336b8 โšก QD-10306 Add logging for native configuration
  • 8cf7f90 โšก Switch to released 2024.2 images
  • 8ef354a โšก Unset Ruby-related variables for QDRUBY (RUBY-29231)
  • 4305a50 Add 243 branch

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.2.8

28 Nov 23:12
Compare
Choose a tag to compare

Changelog

  • c25983e ๐Ÿ›QD-10360 Fix an order of setting variables custom JVM properties

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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

v2024.2.7

27 Nov 00:32
Compare
Choose a tag to compare

Changelog

  • 36e2cd6 ๐Ÿ›QD-10360 Force installPlugins to use qodana attributes of EAP and version

Install

๐Ÿ’ก The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux 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 with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

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

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