helm/cmd/helm
2016-09-10 23:10:10 -07:00
..
installer feat(cmd): install latest tagged image on helm init 2016-08-26 14:49:22 -07:00
testdata fix(helm): refactor 'helm update' to match new style 2016-08-26 13:22:17 -06:00
create.go ref(cmd): refactor create cmd 2016-07-14 11:30:11 -07:00
delete.go feat(helm): allow multiple args for fetch, package, delete 2016-08-25 14:36:27 -06:00
delete_test.go Add purge option for completely remove a release from tiller 2016-08-18 11:19:30 +04:30
fetch.go feat(helm): allow multiple args for fetch, package, delete 2016-08-25 14:36:27 -06:00
fetch_test.go fix(*): add license header 2016-06-22 12:28:45 -06:00
get.go fix(tiller): merge -f values correctly 2016-07-21 16:00:57 -06:00
get_hooks.go feat(helm): add --no-hooks to 'helm delete' 2016-07-19 13:48:14 -06:00
get_hooks_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
get_manifest.go feat(helm): add --no-hooks to 'helm delete' 2016-07-19 13:48:14 -06:00
get_manifest_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
get_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
get_values.go fix(tiller): merge -f values correctly 2016-07-21 16:00:57 -06:00
get_values_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
helm.go fix(helm): refactor 'helm update' to match new style 2016-08-26 13:22:17 -06:00
helm_test.go fix unit tests that I had b0rked before. Small code cleanup 2016-08-30 10:30:37 -07:00
home.go fix(*): add license header 2016-06-22 12:28:45 -06:00
init.go ref(pkg/client): move pkg/client to cmd/helm/installer 2016-08-25 15:32:44 -06:00
init_test.go fix(*): add license header 2016-06-22 12:28:45 -06:00
inspect.go feat(helm): add --verify flag to commands 2016-08-24 13:18:26 -06:00
inspect_test.go fix(helm): fix inspect command to not panic 2016-08-04 15:53:41 -06:00
install.go fix(helm): removed debug output 2016-09-02 16:22:07 -06:00
install_test.go feat(helm): add --verify flag to commands 2016-08-24 13:18:26 -06:00
lint.go Add a strict flag to helm lint 2016-08-03 18:05:08 +04:30
lint_test.go fix(lint): fix tests 2016-07-06 10:04:21 -07:00
list.go feat(*): add 'helm list --all' and related flags 2016-08-25 14:45:41 -06:00
list_test.go feat(*): add 'helm list --all' and related flags 2016-08-25 14:45:41 -06:00
package.go feat(helm): allow multiple args for fetch, package, delete 2016-08-25 14:36:27 -06:00
package_test.go feat(helm): add signature support to 'helm package' 2016-08-23 12:15:07 -06:00
repo.go Merge pull request #1112 from ammeon/fix-repo-index-url 2016-08-30 11:39:54 -06:00
repo_test.go fix(helm): make repo remove clear cache 2016-08-26 11:46:26 +01:00
rollback.go feat(helm): add rollback cmd 2016-08-18 11:52:38 -04:00
rollback_test.go feat(helm): add rollback cmd 2016-08-18 11:52:38 -04:00
search.go fix(helm): helm search should only display only those charts with a remove boolean that is set to false 2016-07-12 12:05:10 +07:00
search_test.go feat(lint): lint an archived chart 2016-06-28 21:56:11 -06:00
serve.go Serve charts from specified local repository path 2016-08-08 17:49:50 +01:00
status.go fix(tiller): return status for deleted release 2016-08-31 10:26:47 -05:00
structure.go fix(helm): make repo remove clear cache 2016-08-26 11:46:26 +01:00
tunnel.go ref(helm): simplify tunnel tests 2016-09-10 23:10:10 -07:00
tunnel_test.go ref(helm): simplify tunnel tests 2016-09-10 23:10:10 -07:00
update.go Merge pull request #1109 from ammeon/fix-repo-remove-cache 2016-08-30 11:14:45 -06:00
update_test.go fix(helm): refactor 'helm update' to match new style 2016-08-26 13:22:17 -06:00
upgrade.go print the status after install/upgrade 2016-08-29 19:14:41 -07:00
upgrade_test.go feat(*): integrate support for upgrade hooks 2016-08-09 10:24:16 -06:00
verify.go feat(helm): add --verify flag to commands 2016-08-24 13:18:26 -06:00
verify_test.go feat(helm): add --verify flag to commands 2016-08-24 13:18:26 -06:00
version.go fix(*): add license header 2016-06-22 12:28:45 -06:00