Skip to content

Conversation

elijahr
Copy link
Contributor

@elijahr elijahr commented Aug 22, 2025

Summary

  • Fixes the --asdf-plugin-gitref argument so it works as expected.
  • Adds an optional argument to asdf plugin add, i.e. asdf plugin add <plugin-name> [<git-url>] [<git-ref>]
    • This does not support giturl#gitref as requested in Support plugin install giturl#gitref #1201, as it seemed simpler; # would require quoting the URL in some shells, and the asdf plugin update <plugin-name> [<git-ref>] pattern is already established.

Fixes: #1201, #2131

- Fixes the `--asdf-plugin-gitref` argument so it works as expected.
- Adds an optional <git-ref> argument to `asdf plugin add`, i.e. `asdf plugin add <plugin-name> [<git-ref>]`
@elijahr elijahr requested a review from a team as a code owner August 22, 2025 09:29
@elijahr elijahr changed the title Fix --asdf-plugin-gitref, add <git-ref> arg to asdf plugin add feat: add <git-ref> positional argument support to asdf plugin add Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support plugin install giturl#gitref

1 participant