Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugins upgrade subcommand #1221

Open
brynary opened this issue Nov 26, 2024 · 0 comments
Open

plugins upgrade subcommand #1221

brynary opened this issue Nov 26, 2024 · 0 comments
Labels

Comments

@brynary
Copy link
Member

brynary commented Nov 26, 2024

Add a qlty plugins upgrade command which makes it a bit easier to upgrade plugins:

# Upgrade to latest version we are aware of:
qlty plugins upgrade eslint

# Upgrade to a user-provided version
qlty plugins upgrade eslint --version=1.2.3

If the plugin has a version = "..." specified in qlty.toml it will be updated. If the plugin does not have a version = "..." line, it will be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants