helm/cmd/helm
Matthew Fisher 8d8a27ed1f
Merge pull request #9980 from schra/feat/password-stdin
feat(helm): add --password-stdin to `helm repo add`
2021-08-20 09:39:26 -07: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 [fix concern] implement test 2021-08-18 15:03:13 +02: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 support max-col-width parameters 2021-05-11 11:48:45 +08: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 feat(comp): Move to Cobra's bash completion V2 2021-08-02 12:40:14 -04:00
completion_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
create.go fixed bug that caused helm create to not overwrite modified files 2020-09-17 11:35:46 -06:00
create_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
dependency.go support max-col-width parameters 2021-05-11 11:48:45 +08:00
dependency_build.go Fix dep build with OCI based charts 2021-01-06 09:55:10 -05:00
dependency_build_test.go Fix dep build with OCI based charts 2021-01-06 09:55:10 -05:00
dependency_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
dependency_update.go Implement helm pull for OCI registries 2020-12-11 21:44:30 -06:00
dependency_update_test.go refactor: use os instead of ioutil's ReadDir 2021-07-08 21:28:42 +08:00
docs.go feat(comp): Completion for the docs --type flag 2021-02-08 12:02:19 -05:00
docs_test.go feat(comp): Completion for the docs --type flag 2021-02-08 12:02:19 -05:00
env.go feat(env): add support of accepting a specific variable for helm env 2020-08-22 09:12:43 +08:00
env_test.go add checkFileCompletion for env HELM_BIN 2020-08-22 22:05:04 +08:00
flags.go tweak basic handling 2021-06-15 06:53:31 -04:00
flags_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get.go chore(comp): Remove unnecessary completion code 2020-11-16 12:38:01 -05:00
get_all.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_all_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_hooks.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_hooks_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_manifest.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_manifest_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_notes.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_notes_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
get_values.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_values_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
helm.go Set Helm as manager for managedFields 2021-06-25 18:36:27 -04:00
helm_test.go Merge branch 'master' into helm-7351 2020-06-04 10:27:49 -04:00
history.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
history_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
install.go Update install dependency-update help text 2021-04-28 22:21:02 +02:00
install_test.go Adding test for user/pass without repo on Helm install 2021-06-28 11:36:37 -04:00
lint.go docs: fix capitalization in a few help messages 2020-05-05 14:01:21 +08:00
lint_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
list.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
list_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
load_plugins.go Adds the option kube-cafile and env variable HELM_KUBECAFILE for a overwrite of the certificate authority file 2020-12-11 07:29:37 -05:00
package.go support passing signing passphrase from file or stdin (#8394) 2020-09-18 16:23:40 -06:00
package_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
plugin.go chore(comp): Remove unnecessary completion code 2020-11-16 12:38:01 -05:00
plugin_install.go Merge pull request from GHSA-m54r-vrmv-hw33 2020-09-17 12:35:10 -06:00
plugin_list.go feat(comp): Add descriptions for plugin completion 2021-02-24 11:43:44 -05:00
plugin_test.go fix(tests): Remove unnecessary test 2021-07-14 17:40:42 -04:00
plugin_uninstall.go feat(comp): Improve completion for plugin commands 2021-02-23 22:14:53 -05:00
plugin_update.go feat(comp): Improve completion for plugin commands 2021-02-23 22:14:53 -05:00
printer.go fix(cmd): Fix all the outputs 2019-10-03 17:03:19 -06:00
pull.go Remove OCI boolean from struct 2020-12-11 21:44:50 -06:00
pull_test.go tweak basic handling 2021-06-15 06:53:31 -04:00
registry.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
registry_login.go Update oras-go to v0.4.0 2021-08-19 08:33:22 -07: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): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
release_testing_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
repo.go chore(comp): Remove unnecessary completion code 2020-11-16 12:38:01 -05:00
repo_add.go [fix concern] use io.ReadAll instead of ioutil.ReadAll 2021-08-18 15:03:13 +02:00
repo_add_test.go [fix concern] implement test 2021-08-18 15:03:13 +02:00
repo_index.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
repo_index_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
repo_list.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
repo_list_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
repo_remove.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
repo_remove_test.go Use T.Cleanup() to cleanup temp dir helm-repotest 2020-09-11 10:33:41 +08:00
repo_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
repo_update.go feat(cmd): Allow to specify which repos to update 2021-07-08 13:01:03 -04:00
repo_update_test.go feat(cmd): Allow to specify which repos to update 2021-07-08 13:01:03 -04:00
rollback.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
rollback_test.go add wait-for-jobs flag 2020-11-03 22:07:24 +08:00
root.go chore: Spelling (#9410) 2021-03-15 21:11:57 -04:00
root_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
root_unix.go chore: Spelling (#9410) 2021-03-15 21:11:57 -04:00
root_unix_test.go TestCheckPerms: utilize pipe to read stderr 2020-09-30 15:07:05 +08:00
root_windows.go Fixing import package issue 2020-09-22 15:39:57 -04:00
search.go Replace Helm Hub with Artifact Hub (#8626) 2020-12-17 12:17:04 -07:00
search_hub.go Replace Helm Hub with Artifact Hub (#8626) 2020-12-17 12:17:04 -07:00
search_hub_test.go chore: Spelling (#9410) 2021-03-15 21:11:57 -04:00
search_repo.go refactor: use os instead of ioutil's ReadDir 2021-07-08 21:28:42 +08:00
search_repo_test.go chore: Spelling (#9410) 2021-03-15 21:11:57 -04:00
search_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
show.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
show_test.go feat(install): add requested version to error 2020-09-28 21:47:48 -04:00
status.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
status_test.go feat(comp): Add descriptions for release name comp 2021-02-24 11:25:41 -05:00
template.go feat(helm): Support setting --kube-version 2021-04-07 17:27:53 +09:00
template_test.go Add tests for template --kube-version 2021-04-07 17:27:53 +09:00
uninstall.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
uninstall_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
upgrade.go Add --udpate-dependencies to upgrade command 2021-04-28 22:22:28 +02:00
upgrade_test.go Add upgrade dependency update test 2021-05-05 21:03:00 +02:00
verify.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
verify_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
version.go Remove link. Align usage example with unit test 2021-05-11 21:51:37 +02:00
version_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00