• 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
..
testdata Loading commit data...
create.go Loading commit data...
delete.go Loading commit data...
delete_test.go Loading commit data...
fetch.go Loading commit data...
fetch_test.go Loading commit data...
get.go Loading commit data...
get_hooks.go Loading commit data...
get_hooks_test.go Loading commit data...
get_manifest.go Loading commit data...
get_manifest_test.go Loading commit data...
get_test.go Loading commit data...
get_values.go Loading commit data...
get_values_test.go Loading commit data...
helm.go Loading commit data...
helm_test.go Loading commit data...
home.go Loading commit data...
init.go Loading commit data...
init_test.go Loading commit data...
inspect.go Loading commit data...
inspect_test.go Loading commit data...
install.go Loading commit data...
install_test.go Loading commit data...
lint.go Loading commit data...
lint_test.go Loading commit data...
list.go Loading commit data...
list_test.go Loading commit data...
package.go Loading commit data...
package_test.go Loading commit data...
repo.go Loading commit data...
repo_test.go Loading commit data...
rollback.go Loading commit data...
rollback_test.go Loading commit data...
search.go Loading commit data...
search_test.go Loading commit data...
serve.go Loading commit data...
status.go Loading commit data...
structure.go Loading commit data...
tunnel.go Loading commit data...
tunnel_test.go Loading commit data...
update.go Loading commit data...
upgrade.go Loading commit data...
upgrade_test.go Loading commit data...
verify.go Loading commit data...
verify_test.go Loading commit data...
version.go Loading commit data...