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

2023-01-12 - asdf の plugin を main や master といった default ブランチ以外を指定して使う #201

Closed
kachick opened this issue Jan 11, 2023 · 1 comment

Comments

@kachick
Copy link
Owner

kachick commented Jan 11, 2023

asdf は plugin ベースで、各 plugin は git で管理することになっている。
当然、開発時なんかは作業用ブランチを指定したくなる。 動作確認用のコマンドとして plugin test というのがあり、これには --asdf-plugin-gitref で指定できるようになっているんだけど、そもそも暫く fork して様子見したいような時には実際に使用するブランチを指定したくなる。
が、 plugin add にはこの機能がない。安定版以外を使わせるなーということなのかもだけれど、どうしたもんかなと思ったら plugin update 側には指定できる機能が用意されていた。ということで、一旦普通に add してから ref 指定の update をかければ済む。

asdf plugin add my-awesome-plugin [email protected]:kachick/asdf-my-awesome-plugin.gitasdf plugin update my-awesome-plugin struggling-branch
@kachick kachick added question Further information is requested blog tips labels Jan 11, 2023
@kachick kachick changed the title 2023-01-12 - asdf の plugin を main や 2023-01-12 - asdf の plugin を main や master といった default ブランチ以外を指定して使う Jan 11, 2023
@kachick kachick removed the question Further information is requested label Jan 11, 2023
@kachick kachick closed this as completed Jan 11, 2023
@kachick
Copy link
Owner Author

kachick commented Feb 23, 2023

PR出てた asdf-vm/asdf#1204

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

No branches or pull requests

1 participant