helm/pkg/plugin/installer
Adam Reese fa611fe285
fix(plugins): support installing plugins by relative path (#3568)
Support installing plugins by relative path

```
helm plugins install .
```
2018-02-26 15:49:07 -08:00
..
base.go feat(helm): add plugin management commands 2017-04-06 11:28:09 -07:00
doc.go feat(helm): add plugin management commands 2017-04-06 11:28:09 -07:00
http_installer.go defer in loop may cause resource leak 2018-02-09 10:24:47 +08:00
http_installer_test.go Add tests to HTTPInstaller, update plugin documentation 2017-10-20 10:28:40 +02:00
installer.go fix(plugins): support installing plugins by relative path (#3568) 2018-02-26 15:49:07 -08:00
local_installer.go fix(plugins): support installing plugins by relative path (#3568) 2018-02-26 15:49:07 -08:00
local_installer_test.go Errors out in case requested plugin exists 2017-05-06 15:47:21 -07:00
vcs_installer.go fix(plugins): support newer git (#3571) 2018-02-26 15:44:32 -08:00
vcs_installer_test.go fix(plugins): support newer git (#3571) 2018-02-26 15:44:32 -08:00