1. 26 May, 2017 1 commit
  2. 24 May, 2017 1 commit
  3. 17 May, 2017 1 commit
  4. 16 May, 2017 1 commit
    • Sushil Kumar's avatar
      Adds update option to plugin command (#2410) · ff42dadd
      Sushil Kumar authored
      * Adds update option to plugin command
      
      Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
      
      * Added tests for new methods for plugin update
      
      * Updated docs
      
      * Updated review comments :)
      
      * Return error exit code when there is error
      ff42dadd
  5. 02 May, 2017 1 commit
  6. 01 May, 2017 2 commits
  7. 18 Apr, 2017 2 commits
  8. 13 Apr, 2017 1 commit
  9. 12 Apr, 2017 2 commits
  10. 12 Mar, 2017 1 commit
  11. 15 Jan, 2017 1 commit
  12. 29 Nov, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): add command to generate documentation · aca9f86d
      Matt Butcher authored
      This adds a hidden 'helm doc' command that generates documentation out
      of the Helm help text.
      
      Currently it can create:
      
      - man pages for HELM(1)
      - Markdown documentation
      - bash autocompletions
      
      Those are the three built-ins for Cobra.
      
      The command is hidden so that it doesn't show up to the regular user,
      since this is really a specialized task. It has the advantage of making
      it trivially easy to install man pages and bash completion at installation time.
      aca9f86d