helm/cmd/helm
Marc Khouzam cb86db7ff5 fix(cmd) have history use global output flag
Also, it seems that for helm v3, the description of flags all start
with a lowercase, so this commit also does that for the output flag.

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
2019-10-02 21:55:13 -04:00
..
require change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
search ref(*): remove dead code 2019-08-19 10:22:27 -07:00
testdata update test files to account for added field 2019-10-01 02:34:11 +05:30
chart.go feat(cmd): put OCI commands behind a feature gate 2019-08-08 15:25:17 -07:00
chart_export.go feat(cmd): use alt dest for chart export (#6193) 2019-08-09 11:47:43 -05:00
chart_list.go feat(cmd): put OCI commands behind a feature gate 2019-08-08 15:25:17 -07:00
chart_pull.go feat(cmd): put OCI commands behind a feature gate 2019-08-08 15:25:17 -07:00
chart_push.go feat(cmd): put OCI commands behind a feature gate 2019-08-08 15:25:17 -07:00
chart_remove.go feat(cmd): put OCI commands behind a feature gate 2019-08-08 15:25:17 -07:00
chart_save.go feat(cmd): use alt dest for chart export (#6193) 2019-08-09 11:47:43 -05:00
completion.go Avoid string concatenation 2019-09-26 21:19:54 -04:00
create.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
create_test.go ref(cmd/helm): remove init command 2019-08-26 10:21:52 -07:00
dependency.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
dependency_build.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
dependency_build_test.go ref(cmd/helm): remove init command 2019-08-26 10:21:52 -07:00
dependency_test.go fix appveyor builds (#4934) 2019-01-31 21:31:09 -08:00
dependency_update.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
dependency_update_test.go ref(cmd/helm): remove init command 2019-08-26 10:21:52 -07:00
docs.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
env.go ref(pkg/cli): refactor environment variable setup 2019-09-25 14:00:43 -07:00
flags.go fix(cmd) have history use global output flag 2019-10-02 21:55:13 -04:00
get.go feat(cmd): implement helm get --template 2019-09-24 11:41:31 -07:00
get_hooks.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
get_hooks_test.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
get_manifest.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
get_manifest_test.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
get_test.go feat(cmd): implement helm get --template 2019-09-24 11:41:31 -07:00
get_values.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
get_values_test.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
helm.go fix(helm3): Detailed exit code for helm plugins 2019-09-07 19:47:49 +09:00
helm_test.go ref(cmd/helm): remove init command 2019-08-26 10:21:52 -07:00
history.go fix(cmd) have history use global output flag 2019-10-02 21:55:13 -04:00
history_test.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
install.go feat(cmd): Port child NOTES.txt rendering to Helm 3 (#6512) 2019-09-30 16:40:33 +01:00
install_test.go refactor(release): track test executions via Hook type 2019-07-31 15:33:56 -04:00
lint.go Cleanup nitpick suggestion in the lint command 2019-09-06 18:13:20 +02:00
list.go go formatted - (gofmt) 2019-10-01 02:38:11 +05:30
list_test.go go formatted - (gofmt) 2019-10-01 02:38:11 +05:30
load_plugins.go ref(pkg/cli): refactor environment variable setup 2019-09-25 14:00:43 -07:00
package.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
package_test.go ref(cmd/helm): remove init command 2019-08-26 10:21:52 -07:00
plugin.go ref(cmd/helm): remove init command 2019-08-26 10:21:52 -07:00
plugin_install.go feat(cli): support XDG base directory specification 2019-08-02 13:15:03 -07:00
plugin_list.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
plugin_remove.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
plugin_test.go ref(cmd/helm): remove init command 2019-08-26 10:21:52 -07:00
plugin_update.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
printer.go ref(cmd/helm): unify log functions 2019-08-12 13:07:35 -07:00
pull.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
pull_test.go ref(cmd/helm): remove init command 2019-08-26 10:21:52 -07:00
registry.go feat(cmd): put OCI commands behind a feature gate 2019-08-08 15:25:17 -07:00
registry_login.go chore(registry): upgrade to oras v0.7.0 (#6285) 2019-08-26 11:29:01 -05:00
registry_logout.go feat(cmd): put OCI commands behind a feature gate 2019-08-08 15:25:17 -07:00
release_testing.go fix test command, move test to test run subcmd 2019-04-23 16:47:29 -04:00
release_testing_run.go feat(test): define tests as Jobs and allow arbitrary supporting resources 2019-07-31 15:33:56 -04:00
repo.go fix(cmd/helm): user friendly error message when repos are not configured 2019-08-28 14:13:49 -07:00
repo_add.go fix(cmd): lock repository file during helm repo add 2019-09-25 08:50:25 -07:00
repo_add_test.go fix(cmd): lock repository file during helm repo add 2019-09-25 08:50:25 -07:00
repo_index.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
repo_index_test.go feat(cli): support XDG base directory specification 2019-08-02 13:15:03 -07:00
repo_list.go feat(*): Ports all output functionality from v2 2019-09-25 16:07:10 -06:00
repo_remove.go fix(cmd/helm): user friendly error message when repos are not configured 2019-08-28 14:13:49 -07:00
repo_remove_test.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
repo_update.go fix(cmd/helm): user friendly error message when repos are not configured 2019-08-28 14:13:49 -07:00
repo_update_test.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07:00
rollback.go feat(*): Ports --cleanup-on-fail to v3 2019-09-23 16:13:02 -06:00
rollback_test.go fix(rollback): fix revision argument not being handled 2019-07-31 11:45:28 -07:00
root.go ref(pkg/cli): refactor environment variable setup 2019-09-25 14:00:43 -07:00
root_test.go feat(cmd/helm): remove need for helm init command 2019-08-22 23:31:50 -07: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 feat(*): Ports all output functionality from v2 2019-09-25 16:07:10 -06:00
search_hub_test.go Breaking up the search command into multiple commands based on type 2019-08-13 13:24:07 -04:00
search_repo.go feat(*): Ports all output functionality from v2 2019-09-25 16:07:10 -06:00
search_repo_test.go feat(*): Ports all output functionality from v2 2019-09-25 16:07:10 -06:00
show.go Removing the stable repository 2019-07-26 12:27:18 -04:00
status.go feat(*): Ports all output functionality from v2 2019-09-25 16:07:10 -06:00
status_test.go ref(*): remove dead code 2019-08-19 10:22:27 -07:00
template.go fix(helm3): helm template output should include hooks by default 2019-09-28 09:18:45 +09:00
template_test.go Add capability for application charts to be used as library charts 2019-04-30 17:11:05 +01:00
uninstall.go fix(cmd/helm): set 300s as default on timeout flags 2019-05-09 19:53:52 -07:00
uninstall_test.go ref(*): use time.Duration for timeouts 2019-05-07 15:09:00 -07:00
upgrade.go feat(cmd): Port child NOTES.txt rendering to Helm 3 (#6512) 2019-09-30 16:40:33 +01:00
upgrade_test.go feat(cli): support XDG base directory specification 2019-08-02 13:15:03 -07:00
verify.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
verify_test.go ref: remove pkg/helm, pkg/hapi, pkg/tiller 2019-03-12 09:47:12 -07:00
version.go ref(version): catch some edge cases 2019-06-10 15:07:16 -07:00
version_test.go ref(version): catch some edge cases 2019-06-10 15:07:16 -07:00