Skip to main content
qlty plugins upgrade [OPTIONS] <PLUGIN>
Upgrade a plugin for the current project The command edits the current project’s qlty.toml file to upgrade plugin version.

Arguments

Plugin to upgrade
Optional - Specific version to upgrade to

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