1. 06 Apr, 2017 1 commit
    • Adam Reese's avatar
      feat(helm): add plugin management commands · 51b8d8a6
      Adam Reese authored
      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
      51b8d8a6
  2. 05 Apr, 2017 3 commits
  3. 04 Apr, 2017 10 commits
  4. 03 Apr, 2017 14 commits
  5. 02 Apr, 2017 1 commit
  6. 01 Apr, 2017 3 commits
  7. 31 Mar, 2017 8 commits