helm/cmd/helm
Andrew Block 154f37efec
Added insecure option to login subcommand
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-03-03 07:33:17 -06: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 bump version to v3.11.0 2023-01-09 21:23:22 -05:00
completion.go feat(comp): Move to Cobra's bash completion V2 2021-08-02 12:40:14 -04:00
completion_test.go Replace golint with revive 2022-01-20 15:19:40 +00: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 Removing all the checks for oci experimental flag 2022-01-12 21:49:26 -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 Removing all the checks for oci experimental flag 2022-01-12 21:49:26 -05:00
docs.go fix: add cases.NoLower option for we can get same effect to strings.Title 2022-08-26 17:53:31 +08:00
docs_test.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -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 feat: add --set-json flag to set json values. 2022-03-07 13:12:18 +00:00
flags_test.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05:00
get.go chore(comp): Remove unnecessary completion code 2020-11-16 12:38:01 -05:00
get_all.go Addressing review comments: 2022-09-09 13:28:57 -07: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 Removing all the checks for oci experimental flag 2022-01-12 21:49:26 -05:00
helm_test.go Fix confusing test failure message 2022-04-12 14:36:36 +02:00
history.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05:00
history_test.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05:00
install.go Enable custom certificates option for OCI 2023-03-03 07:33:17 -06:00
install_test.go Merge pull request #10453 from SimonAlling/remove-runTestActionCmd 2022-03-28 09:03:39 +01:00
lint.go feat(*): add --quiet flag to 'helm lint' 2022-01-20 17:21:03 +01:00
lint_test.go feat(*): add --quiet flag to 'helm lint' 2022-01-20 17:21:03 +01:00
list.go Add support `helm list --no-headers` 2022-03-26 09:07:18 +08:00
list_test.go Add support `helm list --no-headers` 2022-03-26 09:07:18 +08:00
load_plugins.go feat(*): add flags/env for kube api tls overrides 2022-05-19 23:32:00 -04:00
package.go fix: helm package with dependency update for charts with OCI dependencies 2022-01-25 17:33:45 +01:00
package_test.go fix: remove deadcode 2022-01-26 10:48:50 +01: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): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05:00
plugin_test.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05: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 Enable custom certificates option for OCI 2023-03-03 07:33:17 -06:00
pull_test.go Removing all the checks for oci experimental flag 2022-01-12 21:49:26 -05:00
push.go Added support for insecure OCI registries 2023-03-03 07:33:17 -06:00
push_test.go feat(comp): Shell completion for OCI 2022-01-19 12:16:06 -05:00
registry.go Removing all the checks for oci experimental flag 2022-01-12 21:49:26 -05:00
registry_login.go Added insecure option to login subcommand 2023-03-03 07:33:17 -06:00
registry_login_test.go feat(comp): Shell completion for OCI 2022-01-19 12:16:06 -05:00
registry_logout.go feat(comp): Shell completion for OCI 2022-01-19 12:16:06 -05:00
registry_logout_test.go feat(comp): Shell completion for OCI 2022-01-19 12:16:06 -05:00
release_testing.go Addressing review comments: 2022-09-09 13:28:57 -07: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 Merge pull request #10590 from guyboltonking/gbk-fix-lockfile-suffix 2022-03-11 12:24:40 -08:00
repo_add_test.go Merge pull request #10590 from guyboltonking/gbk-fix-lockfile-suffix 2022-03-11 12:24:40 -08: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 fix(helm): ignore file-not-found error for `helm repo list -o json` 2022-01-04 14:28:42 +01: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 feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05:00
repo_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
repo_update.go Replace golint with revive 2022-01-20 15:19:40 +00:00
repo_update_test.go Add flag for failing if repo update fails 2021-08-13 13:38:37 +01: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 Enable custom certificates option for OCI 2023-03-03 07:33:17 -06:00
root_test.go feat(comp): Disable file completion when not valid 2020-08-18 12:39:00 -04:00
root_unix.go replace +build with go:build 2022-04-14 07:56:31 -07:00
root_unix_test.go replace +build with go:build 2022-04-14 07:56:31 -07: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 cli flag --list-repo with --list-repo-url 2021-08-29 20:38:13 +02:00
search_hub_test.go Replace cli flag --list-repo with --list-repo-url 2021-08-29 20:38:13 +02:00
search_repo.go feat(comp): Shell completion for OCI 2022-01-19 12:16:06 -05: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 Enable custom certificates option for OCI 2023-03-03 07:33:17 -06:00
show_test.go Fix UT 2022-04-11 11:11:34 +00:00
status.go Fix improper use of Table request/response to k8s API 2023-01-12 08:38:10 -05:00
status_test.go Addressing review comments - move printing code out of client.go 2022-09-09 13:29:19 -07:00
template.go fix template --output-dir issue 2023-01-10 07:35:35 +08:00
template_test.go validate release name during install 2021-12-29 14:45:05 +08:00
uninstall.go feat: add optional boolean '--wait' flag to 'uninstall' command. 2021-08-26 15:31:49 -04:00
uninstall_test.go feat: add optional boolean '--wait' flag to 'uninstall' command. 2021-08-26 15:31:49 -04:00
upgrade.go Enable custom certificates option for OCI 2023-03-03 07:33:17 -06:00
upgrade_test.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05: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