helm/pkg/helm
Matt Butcher 1be28d6f29 feat(*): add 'helm list --all' and related flags
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
2016-08-25 14:45:41 -06:00
..
client.go feat(*): get helm & tiller chatting about upgrades 2016-07-25 12:07:35 -06:00
interface.go feat(pkg/helm): fill in proto for UpdateRelease 2016-07-25 12:07:35 -06:00
option.go feat(*): add 'helm list --all' and related flags 2016-08-25 14:45:41 -06:00