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.