We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
asdf は plugin ベースで、各 plugin は git で管理することになっている。 当然、開発時なんかは作業用ブランチを指定したくなる。 動作確認用のコマンドとして plugin test というのがあり、これには --asdf-plugin-gitref で指定できるようになっているんだけど、そもそも暫く fork して様子見したいような時には実際に使用するブランチを指定したくなる。 が、 plugin add にはこの機能がない。安定版以外を使わせるなーということなのかもだけれど、どうしたもんかなと思ったら plugin update 側には指定できる機能が用意されていた。ということで、一旦普通に add してから ref 指定の update をかければ済む。
--asdf-plugin-gitref
❯ asdf plugin add my-awesome-plugin [email protected]:kachick/asdf-my-awesome-plugin.git ❯ asdf plugin update my-awesome-plugin struggling-branch
The text was updated successfully, but these errors were encountered:
PR出てた asdf-vm/asdf#1204
Sorry, something went wrong.
No branches or pull requests
asdf は plugin ベースで、各 plugin は git で管理することになっている。
当然、開発時なんかは作業用ブランチを指定したくなる。 動作確認用のコマンドとして plugin test というのがあり、これには
--asdf-plugin-gitref
で指定できるようになっているんだけど、そもそも暫く fork して様子見したいような時には実際に使用するブランチを指定したくなる。が、 plugin add にはこの機能がない。安定版以外を使わせるなーということなのかもだけれど、どうしたもんかなと思ったら plugin update 側には指定できる機能が用意されていた。ということで、一旦普通に add してから ref 指定の update をかければ済む。
The text was updated successfully, but these errors were encountered: