You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/cmd/helm
Lee Bontecou e483dce289
fix(template): helm template "--show-only" flag producing duplicates when flag used more than once (#7204)
5 years ago
..
require change copyright to "Copyright The Helm Authors" 6 years ago
search Correct spelling mistakes 5 years ago
testdata fix(template): helm template "--show-only" flag producing duplicates when flag used more than once (#7204) 5 years ago
chart.go fix(cmd): clean up helpstring formatting 5 years ago
chart_export.go Updating the module for v3 as the major version 5 years ago
chart_list.go Updating the module for v3 as the major version 5 years ago
chart_pull.go Updating the module for v3 as the major version 5 years ago
chart_push.go Updating the module for v3 as the major version 5 years ago
chart_remove.go Updating the module for v3 as the major version 5 years ago
chart_save.go Updating the module for v3 as the major version 5 years ago
completion.go fix(comp): Allow zsh completion to handle -n flag 5 years ago
create.go Correct spelling mistakes 5 years ago
create_test.go fix(chartutil): port over enhancements to `helm create` from Helm 2 5 years ago
dependency.go Updating the module for v3 as the major version 5 years ago
dependency_build.go Updating the module for v3 as the major version 5 years ago
dependency_build_test.go Updating the module for v3 as the major version 5 years ago
dependency_test.go fix appveyor builds (#4934) 6 years ago
dependency_update.go Updating the module for v3 as the major version 5 years ago
dependency_update_test.go Spelling (#7258) 5 years ago
docs.go fix(cmd): clean up helpstring formatting 5 years ago
env.go fix(cli): Sort output of helm env 5 years ago
flags.go fix(comp): Update based on review comments 5 years ago
flags_test.go feat(test): add some completion tests 5 years ago
get.go fix(cmd): clean up helpstring formatting 5 years ago
get_all.go feat(comp): Support completion for --revision flag 5 years ago
get_all_test.go feat(test): add some completion tests 5 years ago
get_hooks.go feat(comp): Support completion for --revision flag 5 years ago
get_hooks_test.go feat(test): add some completion tests 5 years ago
get_manifest.go feat(comp): Support completion for --revision flag 5 years ago
get_manifest_test.go feat(test): add some completion tests 5 years ago
get_notes.go feat(comp): Support completion for --revision flag 5 years ago
get_notes_test.go feat(test): add some completion tests 5 years ago
get_values.go feat(comp): Support completion for --revision flag 5 years ago
get_values_test.go feat(test): add some completion tests 5 years ago
helm.go fix(cmd): Fixes logging on action conf init error (#6909) 5 years ago
helm_test.go feat(test): add some completion tests 5 years ago
history.go feat(comp): Support completion for --revision flag 5 years ago
history_test.go feat(test): add some completion tests 5 years ago
install.go feat(comp): Support --generate-name in completion 5 years ago
install_test.go feat(test): add some completion tests 5 years ago
lint.go Revert "Allow namespace to be set by programs consuming helm." 5 years ago
list.go feat(comp): Dynamic completion of arguments in Go 5 years ago
list_test.go feat(test): add some completion tests 5 years ago
load_plugins.go fix(plugin): Avoid crash on missing flag 5 years ago
package.go fix(package): remove --set, --values, etc. flags 5 years ago
package_test.go fix(package): remove --set, --values, etc. flags 5 years ago
plugin.go ref(cmd): rename `helm plugin remove` to `helm plugin uninstall` 5 years ago
plugin_install.go Merge pull request #6807 from bacongobbler/plugin-uninstall 5 years ago
plugin_list.go feat(comp): Dynamic completion of arguments in Go 5 years ago
plugin_test.go fix(plugin): Add missing -n known flag 5 years ago
plugin_uninstall.go feat(comp): Dynamic completion of arguments in Go 5 years ago
plugin_update.go feat(comp): Dynamic completion of arguments in Go 5 years ago
printer.go fix(cmd): Fix all the outputs 5 years ago
pull.go feat(comp): Dynamic completion of arguments in Go 5 years ago
pull_test.go stop with an error immediately if a file or directory with that name already exists (#7187) 5 years ago
registry.go fix(cmd): clean up helpstring formatting 5 years ago
registry_login.go Updating the module for v3 as the major version 5 years ago
registry_logout.go Updating the module for v3 as the major version 5 years ago
release_testing.go feat(comp): Dynamic completion of arguments in Go 5 years ago
repo.go fix(cmd): clean up helpstring formatting 5 years ago
repo_add.go use sigs.k8s.io/yaml instead of gopkg.in/yaml.v2 5 years ago
repo_add_test.go feat(comp): Speed up completion of charts 5 years ago
repo_index.go Updating the module for v3 as the major version 5 years ago
repo_index_test.go Updating the module for v3 as the major version 5 years ago
repo_list.go feat(comp): Dynamic completion of arguments in Go 5 years ago
repo_list_test.go feat(test): add some completion tests 5 years ago
repo_remove.go feat(comp): Dynamic completion of arguments in Go 5 years ago
repo_remove_test.go feat(comp): Speed up completion of charts 5 years ago
repo_update.go Updating the module for v3 as the major version 5 years ago
repo_update_test.go Updating the module for v3 as the major version 5 years ago
rollback.go feat(comp): Dynamic completion of arguments in Go 5 years ago
rollback_test.go Updating the module for v3 as the major version 5 years ago
root.go fix(comp): Update based on review comments 5 years ago
root_test.go fix(test): Remove invalid subcommand in test 5 years ago
search.go Breaking up the search command into multiple commands based on type 5 years ago
search_hub.go fix(cmd): Standardizes all output to use lower snake_case names 5 years ago
search_hub_test.go feat(test): add some completion tests 5 years ago
search_repo.go feat(comp): Use cached charts file for speed 5 years ago
search_repo_test.go feat(test): add some completion tests 5 years ago
show.go feat(comp): Dynamic completion of arguments in Go 5 years ago
status.go feat(comp): Support completion for --revision flag 5 years ago
status_test.go feat(test): add some completion tests 5 years ago
template.go fix(template): helm template "--show-only" flag producing duplicates when flag used more than once (#7204) 5 years ago
template_test.go fix(template): helm template "--show-only" flag producing duplicates when flag used more than once (#7204) 5 years ago
uninstall.go feat(comp): Dynamic completion of arguments in Go 5 years ago
uninstall_test.go Updating the module for v3 as the major version 5 years ago
upgrade.go feat(comp): Dynamic completion of arguments in Go 5 years ago
upgrade_test.go feat(test): add some completion tests 5 years ago
verify.go Spelling (#7258) 5 years ago
verify_test.go ref: remove pkg/helm, pkg/hapi, pkg/tiller 5 years ago
version.go fix(version): implement `helm version -c`, mark as hidden 5 years ago
version_test.go fix(version): implement `helm version -c`, mark as hidden 5 years ago