qodana-cli

🔧 JetBrains Qodana’s official command line tool

APACHE-2.0 License

Stars
163
Committers
11

Bot releases are hidden (Show)

qodana-cli - v0.7.4

Published by tiulpin over 2 years ago

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

qodana-cli - v0.7.3

Published by tiulpin over 2 years ago

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.

qodana-cli - v0.7.2

Published by tiulpin over 2 years ago

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.

qodana-cli - v0.7.1

Published by tiulpin over 2 years ago

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.