-
Notifications
You must be signed in to change notification settings - Fork 153
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
kup install k --version ...
does not work
#2938
Comments
Also note that the version argument has to either be a git commit hash or the tag, so in this instance,
|
How can I see the acceptable version tags? Can kup script pull them down? Or |
I have been thinking about this. github does have some APIs which do not require auth tokens, so we could potentially add a call to list the versions. however, we will probably have to manually hard-code the commit past which no nix flake exists and therefore cannot be installed via |
I've started working on a
I was thinking of adding the commit hash and along with the messages and dates to this table? Also, some repos may not have tagged releases, so this table would show all commits and leave the tag name blank for non-tagged, and then have |
I would do a short commit hash, instead of long (8 characters at most). And then have a third column with the commit title, that sounds good yes. But it would be good if it was the title of the commit which was done by computing |
not sure how to get that info via the github api |
this is how it looks now for k:
for kore-exec:
|
It looks good to me! Let's try it, and if people want something different they can say.One feature I would add is |
Can we also have |
the number of items it fetches is fixed. i think the API is paginated. will make |
Fixed by: #2957 |
I have
kup
installed, and I tried to install a specific version of K:So it's not installing the specific version I want, but staying on the prior version.
The text was updated successfully, but these errors were encountered: