plugins upgrade

$qlty plugins upgrade [plugin] [--version]

Upgrade a given plugin version in the current project.

The command edits the current project’s qlty.toml file to upgrade plugin version.

Examples

Upgrade to the latest compatible version of shellcheck
$qlty plugins upgrade shellcheck
Upgrade shellcheck to version 1.2.3
$qlty plugins upgrade shellcheck --version=1.2.3

When specifying the version with —version option, it is responsibility of the user to make sure the version is valid and compatible with qlty.

See Also