helm/cmd/helm
Matt Butcher 7a15ad381e Merge pull request #1484 from technosophos/feat/documentation-generator
feat(helm): add command to generate documentation
2016-11-29 16:03:34 -07:00
..
downloader fix(requirements): accept semver constraints for the versions in the requirements.yaml 2016-11-15 16:53:12 -07:00
helmpath feat(helm): add plugin system backend 2016-11-29 10:28:54 -07:00
installer fix(helm): add dry-run flag for init 2016-10-20 15:33:39 -06:00
resolver fix(requirements): accept semver constraints for the versions in the requirements.yaml 2016-11-15 16:53:12 -07:00
search fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00
strvals fix(helm): improve --set parser 2016-11-23 11:55:13 -07:00
testdata feat(helm): add plugin system backend 2016-11-29 10:28:54 -07:00
create.go feat(helm): support 'helm create --pack=mypack' 2016-11-22 16:27:54 -07:00
create_test.go feat(helm): support 'helm create --pack=mypack' 2016-11-22 16:27:54 -07:00
delete.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
delete_test.go Add purge option for completely remove a release from tiller 2016-08-18 11:19:30 +04:30
dependency.go fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00
dependency_build.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
dependency_build_test.go ref(helm): remove old structure functions 2016-10-10 14:28:29 -06:00
dependency_test.go feat(chartutils): add support for requirements.yaml 2016-09-23 14:57:56 -06:00
dependency_update.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
dependency_update_test.go fix(*): fix new linter errors 2016-11-11 19:24:11 -08:00
docs.go feat(helm): add command to generate documentation 2016-11-29 15:08:24 -07:00
fetch.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
fetch_test.go feat(helm): remove the requirement that fetch/install need version 2016-10-07 12:25:14 -06:00
get.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
get_hooks.go fix(1245): hook up revision flag to helm get {manifest,values,hooks} 2016-09-29 10:36:15 -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 fix(1245): hook up revision flag to helm get {manifest,values,hooks} 2016-09-29 10:36:15 -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 fix(helm): s/version/revision/ 2016-09-28 15:02:27 -07:00
get_values.go fix(1245): hook up revision flag to helm get {manifest,values,hooks} 2016-09-29 10:36:15 -06:00
get_values_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
helm.go Merge pull request #1484 from technosophos/feat/documentation-generator 2016-11-29 16:03:34 -07:00
helm_test.go feat(helm): add plugin system backend 2016-11-29 10:28:54 -07:00
history.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
history_test.go fix(cmd/hist): print revision history with unix synergy 2016-10-06 11:24:38 -06:00
home.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
init.go feat(helm): add plugin system backend 2016-11-29 10:28:54 -07:00
init_test.go fix(helm): add dry-run flag for init 2016-10-20 15:33:39 -06:00
inspect.go fix(helm): clarify that the Chart destination is still needed for 2016-10-21 14:16:08 -04:00
inspect_test.go fix(helm): fix inspect command to not panic 2016-08-04 15:53:41 -06:00
install.go fix(helm): improve --set parser 2016-11-23 11:55:13 -07:00
install_test.go fix(helm): improve --set parser 2016-11-23 11:55:13 -07:00
lint.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
lint_test.go fix(lint): fix tests 2016-07-06 10:04:21 -07:00
list.go fix(helm): 2016-10-20 00:07:42 -04:00
list_test.go fix(helm): show failed releases by default 2016-10-17 16:04:07 -06:00
package.go fix(helm): read passphrase from prompt 2016-10-26 11:13:24 -06:00
package_test.go feat(helm): implement new index format 2016-10-04 13:54:14 -06:00
plugins.go feat(helm): add plugin system backend 2016-11-29 10:28:54 -07:00
plugins_test.go feat(helm): add plugin system backend 2016-11-29 10:28:54 -07:00
repo.go fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00
repo_add.go feat(helm): update repo by default, added `--no-update` flag 2016-10-14 14:20:56 +01:00
repo_add_test.go feat(helm): update repo by default, added `--no-update` flag 2016-10-14 14:20:56 +01:00
repo_index.go fix(repo): ensure index generates in the right order 2016-10-19 10:56:04 -07:00
repo_index_test.go fix(helm): fix tests if tmp directory is on another block device 2016-10-28 21:12:31 -04:00
repo_list.go feat(helm): implement new index format 2016-10-04 13:54:14 -06:00
repo_remove.go ref(helm): add new line after repo remove msg 2016-10-10 16:48:40 -04:00
repo_remove_test.go fix(*): fix new linter errors 2016-11-11 19:24:11 -08:00
repo_update.go ref(helm): remove old structure functions 2016-10-10 14:28:29 -06:00
repo_update_test.go ref(helm): remove old structure functions 2016-10-10 14:28:29 -06:00
rollback.go fix(1357): print help text if revision is not specified 2016-10-18 11:52:30 -06:00
rollback_test.go fix(1357): print help text if revision is not specified 2016-10-18 11:52:30 -06:00
search.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
search_test.go feat(helm): remove the requirement that fetch/install need version 2016-10-07 12:25:14 -06:00
serve.go fix(helm): create index file as 'helm serve' starts up. 2016-10-24 17:22:48 -06:00
status.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
tunnel.go feat(helm): add kubeconfig context switching to init command 2016-10-13 12:40:42 -07:00
tunnel_test.go ref(helm): simplify tunnel tests 2016-09-10 23:10:10 -07:00
upgrade.go fix(helm): improve --set parser 2016-11-23 11:55:13 -07:00
upgrade_test.go feat(helm): add 'helm upgrade --install' support 2016-09-26 17:25:56 -06:00
verify.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
verify_test.go feat(helm): add --verify flag to commands 2016-08-24 13:18:26 -06:00
version.go chore(*): bump to v2.0.0 2016-11-16 15:31:44 -08:00
version_test.go fix(helm): use --client and --server as flags 2016-10-24 13:24:22 -06:00