Chris Kim
Chris Kim
i think points 1 and 3 you made are definitely important. i dont like the idea of executing an arbitrary command to get the release assets because its a security...
dug around homebrew a bit and they are also using the github api https://github.com/Homebrew/brew/blob/master/Library/Homebrew/utils/github/api.rb#L196-L198 with the token defined in an env var i think. im not exactly sure how a...
@esatterwhite that looks like stuff to download a private repo (which i believe works with the custom indexes feature in krew). the problem we have right now is if a...
i think the main points of concern are - making sure that existing manifests dont need to be updated - doing this in a way that is extensible to other...
> 2. I want to share my plugin from a private artifact repository i think this is something we should support, especially for private github repos. it should be doable...
to get this error you would need to have a plugin installed without any receipts https://github.com/kubernetes-sigs/krew/blob/master/internal/receiptsmigration/migration.go#L36-L39. on a fresh install though there would be no plugins installed yet (since this...
it looks like you need to sign the cla
@abhilashshetty04 just wanted to tag you in case you didnt see my earlier message. you need to sign the cla before this can be merged
/lgtm /approve thanks @abhilashshetty04 also sorry for the slow turn around here, i think something changed with my github notifications