helm/cmd/helm
Martin Hickey 273d0364be
Merge pull request #8532 from dm3ch/labels-selector
Adding filtering of helm releases for configmap and secret backends during list command
2020-08-13 11:17:01 +01: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(helm): Update test during pending install 2020-07-13 23:41:25 +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 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 feat(cmd): Subcommands for the completion command 2020-06-15 07:52:53 -04:00
create.go fixed capitalization in a few help messages. (#7898) 2020-04-13 13:05:33 -05:00
create_test.go Add hpa boilerplate 2020-01-11 01:03:01 -05:00
dependency.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency_build.go fix(sdk): Polish the downloader/manager package error return (#8491) 2020-07-22 10:03:25 -05: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 docs: fix capitalization in a few help messages 2020-05-05 14:01:21 +08:00
env.go fix(cmd/env): make helm env command respect cli flags (#7978) 2020-04-23 11:21:04 -07:00
flags.go Merge pull request #8039 from xvzf/fix_insecure_skip_verify 2020-06-24 10:36:49 -07: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): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_all_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_hooks.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_hooks_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_manifest.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_manifest_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_notes.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_notes_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_values.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_values_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
helm.go Merge pull request #8277 from bacongobbler/fix-deprecated-warning-on-stdout 2020-06-29 15:47:09 -07:00
helm_test.go Merge branch 'master' into helm-7351 2020-06-04 10:27:49 -04:00
history.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
history_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
install.go Merge pull request #7013 from SimonAlling/isChartInstallable 2020-07-07 14:46:00 -07:00
install_test.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
lint.go docs: fix capitalization in a few help messages 2020-05-05 14:01:21 +08:00
lint_test.go Lint dependencies (#7970) 2020-07-09 14:31:51 -06:00
list.go Added notice about supported backends 2020-08-04 18:18:50 +03:00
list_test.go Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml 2020-03-10 03:44:32 +05:30
load_plugins.go feat(cmd): Subcommands for the completion command 2020-06-15 07:52:53 -04: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 fix(pkg/plugin): copy plugins directly to the data directory (#7962) 2020-04-22 15:33:01 -07:00
plugin_test.go feat(comp): Dynamic completion for plugins 2020-02-21 08:01:40 -05:00
plugin_uninstall.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
plugin_update.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
printer.go fix(cmd): Fix all the outputs 2019-10-03 17:03:19 -06:00
pull.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
pull_test.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04: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): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
repo.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
repo_add.go fix windows build failure caused by #8431 2020-07-10 22:21:21 -04:00
repo_add_test.go fix test that modifies the wrong cache data 2020-07-31 17:17:54 -06: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 Fix : Prints empty list in json/yaml is no repositories are present (#7949) 2020-04-27 14:11:47 -06:00
repo_list_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05: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 Implement support for multiple args for repo remove (#7791) 2020-04-10 11:39:34 -04:00
repo_update.go Alter whitespace in "Update Complete" output 2020-07-17 06:38:10 +02:00
repo_update_test.go Fix unit test 2020-05-19 15:45:14 +00:00
rollback.go Rollback command support for max history 2020-07-14 07:56:17 +08:00
rollback_test.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
root.go Environment variable for setting the max history for an environment 2020-07-08 23:02:40 +08:00
root_test.go Adding Helm env vars where XDG exposed 2020-04-28 11:28:56 -04: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 feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
search_repo_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
show.go polish the help text of flag 2020-07-15 11:09:44 +08:00
show_test.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
status.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
status_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
template.go Fix issue with install and upgrade running all hooks 2020-07-28 09:52:39 -04:00
template_test.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
uninstall.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
uninstall_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
upgrade.go Environment variable for setting the max history for an environment 2020-07-08 23:02:40 +08:00
upgrade_test.go fix(helm): Update test during pending install 2020-07-13 23:41:25 +02:00
verify.go Add verification output to the verify command 2020-02-28 12:52:21 -05:00
verify_test.go Add verification output to the verify command 2020-02-28 12:52:21 -05:00
version.go Update the Helm version docs 2020-05-18 16:44:05 +02:00
version_test.go fix(version): implement `helm version -c`, mark as hidden 2019-11-01 16:01:02 -07:00