feat(helm): add plugin management commands
Add plugin management subcommands for installing and removing plugins to `$HELM_HOST/plugins`. Install accepts a vcs url or a local directory. ``` $ helm plugin install http://github.com/adamreese/helm-env Installed plugin: env $ helm plugin list NAME VERSION DESCRIPTION env 0.1.0 Print out the helm environment. $ helm plugin remove env Removed plugin: env ``` closes #1977
Showing
cmd/helm/plugin.go
0 → 100644
cmd/helm/plugin_install.go
0 → 100644
cmd/helm/plugin_list.go
0 → 100644
cmd/helm/plugin_remove.go
0 → 100644
pkg/plugin/cache/cache.go
0 → 100644
pkg/plugin/hooks.go
0 → 100644
pkg/plugin/installer/base.go
0 → 100644
pkg/plugin/installer/doc.go
0 → 100644
Please
register
or
sign in
to comment