• Matt Butcher's avatar
    feat(*): add 'helm list --all' and related flags · 1be28d6f
    Matt Butcher authored
    This adds support for the following 'helm list' flags:
    
    - all: show all release types
    - deleted: show deleted releases
    - deployed: show deployed releases
    - failed: show failed releases
    
    These flags can be toggled. Only '--deployed' is turned on by default.
    
    On the server side, Tiller's list function can now filter based on a
    slice of release.Status_Code filters. While the client only supports a
    subset, the server supports all known release.Status_Code types.
    
    Closes #973
    1be28d6f
Name
Last commit
Last update
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
code_of_conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...