-
Notifications
You must be signed in to change notification settings - Fork 370
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
Feature request: Installing plugins from HTTP-source #400
Comments
You will be glad to learn that krew has a multi-index feature on its roadmap. However, it will take some time until it's here. Your current approach to install directly from manifest URL has been implemented here #350, but the work is not quite finished yet. Installing via a manifest reference has one important drawback, namely that users will not receive updates. Consequently, the |
For this we'll support tapping to custom plugin indexes (#23). So installing plugin manifests from HTTP URL is not really what you need. |
@ahmetb: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi, since main krew-index repository have quite strict moderation, I'd like to host manifests for my plugins on my own and provide krew users simple command to install it like:
Also it would be nice allow to use
-f
option instead of--manifest
because this is quite common for kubectl commandThe text was updated successfully, but these errors were encountered: