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

feat(latest): adds the flag --all to the latest command #1096

Merged
merged 1 commit into from Dec 5, 2021

Commits on Nov 16, 2021

  1. feat(latest): adds the flag --all to the latest command

    As discussed in asdf-vm#1036, this patch adds a `--all` flag to the latest
    command which will show the list of plugins, their latest version and if
    this one is installed or not.
    
    This patch basically reuses the logic used in the list command and the
    latest command. The main different is the removal of the query
    paramenter as different plugins might need different queries.
    threkk committed Nov 16, 2021
    Copy the full SHA
    461f8f2 View commit details
    Browse the repository at this point in the history