1. 13 Dec, 2016 1 commit
  2. 09 Dec, 2016 2 commits
  3. 07 Dec, 2016 1 commit
  4. 05 Dec, 2016 1 commit
  5. 01 Dec, 2016 4 commits
  6. 29 Nov, 2016 2 commits
    • 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
    • Matt Butcher's avatar
      feat(helm): add plugin system backend · fad755e7
      Matt Butcher authored
      This adds a backend for a plugin system.
      
      Closes #1572
      fad755e7
  7. 23 Nov, 2016 1 commit
    • Matt Butcher's avatar
      fix(helm): improve --set parser · 6a1aab7f
      Matt Butcher authored
      This replaces the old set parser with a brand new one. This also changes
      the internal algorithm from duplicating YAML to merging YAML, which
      might solve a problem one user reported in chat, but which was never
      captured in an issue.
      
      Closes #1540
      Closes #1556
      6a1aab7f
  8. 22 Nov, 2016 1 commit
  9. 18 Nov, 2016 1 commit
  10. 17 Nov, 2016 1 commit
  11. 16 Nov, 2016 1 commit
  12. 15 Nov, 2016 2 commits
  13. 14 Nov, 2016 2 commits
  14. 07 Nov, 2016 1 commit
  15. 04 Nov, 2016 2 commits
  16. 01 Nov, 2016 1 commit
  17. 31 Oct, 2016 2 commits
  18. 27 Oct, 2016 2 commits
  19. 26 Oct, 2016 3 commits
  20. 25 Oct, 2016 1 commit
  21. 24 Oct, 2016 1 commit
  22. 20 Oct, 2016 2 commits
  23. 18 Oct, 2016 1 commit
  24. 17 Oct, 2016 3 commits
  25. 14 Oct, 2016 1 commit