-
Notifications
You must be signed in to change notification settings - Fork 58
fix: fix fetching rc versions of vault cli #156
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you want to use index.json endpoint?
I was avoiding using |
Interesting. Can you shed more light on why? I thought that |
This is a module, and if a workspace does not have @mafredri once suggested having |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha 👍
BTW is grep -P
a standard now?
Yup, this is the way, let's reduce dependencies wherever we can 💪🏻. The Then again, maybe we don't need to bundle it in |
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
I think I like the first option, curl + regular endpoint + grep. As |
Fixes where the install script was fetching the RC version