helm/cmd/helm
Matthew Fisher 3dbc4dd53b
Merge pull request #7230 from waveywaves/update/token
feat(cli) Pass token via cli
2020-03-02 12:08:17 -08:00
..
require change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
search Correct spelling mistakes 2019-11-05 09:55:48 +08:00
testdata Merge pull request #7556 from unguiculus/template-output 2020-03-02 12:04:00 -08:00
chart.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
chart_export.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_list.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_pull.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_push.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_remove.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_save.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
completion.go fix(comp): Allow zsh completion to handle -n flag 2020-01-28 17:22:11 -05:00
create.go Correct spelling mistakes 2019-11-05 09:55:48 +08:00
create_test.go fix(chartutil): port over enhancements to helm create from Helm 2 2019-10-03 12:34:58 -07:00
dependency.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency_build.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency_build_test.go fix(chart): lock digest differs when dependency build with Helm 2 and then Helm 3 (#7261) 2020-02-05 09:38:30 +01:00
dependency_test.go fix appveyor builds (#4934) 2019-01-31 21:31:09 -08:00
dependency_update.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency_update_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
docs.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
env.go fix(cli): Sort output of helm env 2019-11-06 09:40:33 -05:00
flags.go fix(comp): Fix broken completion for --output flag 2020-02-10 12:55:30 -05:00
flags_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
get_all.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_all_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_hooks.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_hooks_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_manifest.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_manifest_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_notes.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_notes_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_values.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_values_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
helm.go feat(tests): Allow to provision memory driver 2020-02-21 08:44:38 -05:00
helm_test.go fix(cmd/helm): upgrade go-shellwords 2020-02-25 10:42:20 -08:00
history.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
history_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
install.go feat(install): introduce --create-namespace 2020-02-20 12:03:36 -08:00
install_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
lint.go style(cmd/lint): removed slash in subcharts fp 2020-01-30 15:37:16 -05:00
lint_test.go test(cmd/lint): added test for --with-subcharts flag 2019-12-22 22:49:11 -05:00
list.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
list_test.go fix(tests): Add namespace support to memory driver 2020-02-07 11:41:47 -05:00
load_plugins.go Merge pull request #7230 from waveywaves/update/token 2020-03-02 12:08:17 -08:00
package.go fix(package): remove --set, --values, etc. flags 2020-01-27 10:29:15 -08:00
package_test.go fix(package): remove --set, --values, etc. flags 2020-01-27 10:29:15 -08:00
plugin.go ref(cmd): rename helm plugin remove to helm plugin uninstall 2019-10-28 13:40:20 -07:00
plugin_install.go Merge pull request #6807 from bacongobbler/plugin-uninstall 2019-10-29 11:30:54 -07:00
plugin_list.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
plugin_test.go feat(comp): Dynamic completion for plugins 2020-02-21 08:01:40 -05:00
plugin_uninstall.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
plugin_update.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
printer.go fix(cmd): Fix all the outputs 2019-10-03 17:03:19 -06:00
pull.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
pull_test.go Fixes verification output on pull command 2020-02-28 12:32:45 -05:00
registry.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
registry_login.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
registry_logout.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
release_testing.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
repo.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
repo_add.go use sigs.k8s.io/yaml instead of gopkg.in/yaml.v2 2019-12-04 22:43:43 +05:30
repo_add_test.go feat(comp): Speed up completion of charts 2020-01-12 00:47:17 -05:00
repo_index.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
repo_index_test.go fix(test) use newly created index instead of ignoring it 2020-02-01 14:29:38 +05:30
repo_list.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
repo_list_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
repo_remove.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
repo_remove_test.go feat(comp): Speed up completion of charts 2020-01-12 00:47:17 -05:00
repo_update.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
repo_update_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
rollback.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
rollback_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
root.go Return "unknown command" error for unknown subcommands 2020-02-27 15:30:34 +08:00
root_test.go Add test for unknown subcommand 2020-02-27 15:33:01 +08:00
search.go Breaking up the search command into multiple commands based on type 2019-08-13 13:24:07 -04:00
search_hub.go fix(cmd): Standardizes all output to use lower snake_case names 2019-11-04 15:19:48 -07:00
search_hub_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
search_repo.go cmd/helm/search_repo: print info to stderr 2020-02-17 14:44:09 +08:00
search_repo_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
show.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
status.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
status_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
template.go Merge pull request #7556 from unguiculus/template-output 2020-03-02 12:04:00 -08:00
template_test.go Place rendering invalid YAML under --debug flag 2020-02-12 20:36:04 +01:00
uninstall.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
uninstall_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
upgrade.go feat(install): introduce --create-namespace 2020-02-20 12:03:36 -08:00
upgrade_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
verify.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
verify_test.go ref: remove pkg/helm, pkg/hapi, pkg/tiller 2019-03-12 09:47:12 -07:00
version.go fix(version): implement helm version -c, mark as hidden 2019-11-01 16:01:02 -07:00
version_test.go fix(version): implement helm version -c, mark as hidden 2019-11-01 16:01:02 -07:00