Releases: JetBrains/qodana-cli
v1.0.4
Changelog
- c3bb2ea 🐛 Fix incorrect CLI version shown
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images.
- You must have Docker installed and running locally to support this: https://www.docker.com/get-started
- If you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
macOS and Linux
Install with Homebrew (recommended)
brew install jetbrains/utils/qodanaInstall with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bashWindows
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaAnywhere 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 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.
v1.0.3
Changelog
- 2837dbb ⬆️ Bump dependencies
- 798bd14 🐛 Fix
--propertyoption - 19dd2b1 🚸 Reduce show line length to fix the output
- 7e36964 🚸 Remove meaningless output for non-interactive terminals
- 936a34b ✨ Add --clear-cache option to scan command
- 2f36cb4 ✨ Improve problems printer, add a command to preview SARIFs
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images.
- You must have Docker installed and running locally to support this: https://www.docker.com/get-started
- If you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
macOS and Linux
Install with Homebrew (recommended)
brew install jetbrains/utils/qodanaInstall with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bashWindows
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaAnywhere 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 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.
v1.0.2
Changelog
- 72e5022 ⬆️ Bump GitHub workflows dependencies
- 6fd8efb ⬆️ Bump dependencies (fix CVE-2022-23648 for containerd)
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images.
- You must have Docker installed and running locally to support this: https://www.docker.com/get-started
- If you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
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
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaAnywhere 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 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.
v1.0.1
Changelog
- b5540a8 🐛 Fix 'init' linter selection
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images.
- You must have Docker installed and running locally to support this: https://www.docker.com/get-started
- If you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
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
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaAnywhere 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 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.
v1.0.0
Changelog
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images.
- You must have Docker installed and running locally to support this: https://www.docker.com/get-started
- If you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
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
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaAnywhere 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 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.
v0.8.0
Changelog
- a6edced 🚸 Fix 'scan' command inconsistency with the official Docker images
- ebc7a01 ⚡ (bufio) Scanner → NewReader to stop missing logs from custom commands
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images.
- You must have Docker installed and running locally to support this: https://www.docker.com/get-started
- If you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
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
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaAnywhere 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 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.
v0.7.5
Changelog
- 8f8d35e 🚸 Improve output, handle Docker no-root check
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images.
- You must have Docker installed and running locally to support this: https://www.docker.com/get-started
- If you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
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
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaAnywhere 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 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.
v0.7.4
Important: the filenames and archives are renamed since this version.
Changelog
- 72fd65b 🚸 Refactor output
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
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodanaAnywhere 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 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.
v0.7.3
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 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.
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.