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/testdata/output
Joe Julian e8e6da28d1
Revert "Add `helm get metadata` command"
2 years ago
..
chart-with-subchart-update.txt fix: rebuild chart after dependency update on install (#7897) 6 years ago
dependency-list-archive.txt fix: fixed bug in Dependency.List() (#7852) 6 years ago
dependency-list-no-chart-linux.txt fix appveyor builds (#4934) 7 years ago
dependency-list-no-requirements-linux.txt fix appveyor builds (#4934) 7 years ago
dependency-list.txt ref(tests): use golden files for testing command output 8 years ago
deprecated-chart.txt fix(cmd): display warnings on stderr 6 years ago
docs-type-comp.txt feat(comp): Completion for the docs --type flag 5 years ago
empty_default_comp.txt feat(comp): Improve completion for plugin commands 5 years ago
empty_nofile_comp.txt feat(comp): Improve completion for plugin commands 5 years ago
env-comp.txt feat(*): add flags/env for kube api tls overrides 4 years ago
get-all-no-args.txt feat(cmd): Replace 'helm get' with 'helm get all' 6 years ago
get-hooks-no-args.txt ref(cmd): refactor argument validation 8 years ago
get-hooks.txt Use same output format for hooks as for manifest 6 years ago
get-manifest-no-args.txt ref(cmd): refactor argument validation 8 years ago
get-manifest.txt ref(tests): use golden files for testing command output 8 years ago
get-notes-no-args.txt feat(cmd): Replace 'helm get' with 'helm get all' 6 years ago
get-notes.txt Port #4078 to Helm v3 (#6619) 6 years ago
get-release-template.txt feat(cmd): implement `helm get --template` 6 years ago
get-release.txt Revert "Add `helm get metadata` command" 2 years ago
get-values-all.txt Add get values --all test case 6 years ago
get-values-args.txt ref(cmd): refactor argument validation 8 years ago
get-values.txt Add get values table output headers 6 years ago
history-limit.txt fix(cmd): Fix all the outputs 6 years ago
history.json fix(cmd): Fix all the outputs 6 years ago
history.txt fix(cmd): Fix all the outputs 6 years ago
history.yaml fix(cmd): Fix all the outputs 6 years ago
install-and-replace.txt Print test status 6 years ago
install-chart-bad-type.txt Wrap error 4 years ago
install-lib-chart.txt Wrap error 4 years ago
install-name-template.txt validate release name during install 4 years ago
install-no-args.txt ref: require name by default on 'helm install' (#4858) 7 years ago
install-no-hooks.txt Print test status 6 years ago
install-with-multiple-values-files.txt Print test status 6 years ago
install-with-multiple-values.txt Print test status 6 years ago
install-with-timeout.txt Print test status 6 years ago
install-with-values-file.txt Print test status 6 years ago
install-with-values.txt Print test status 6 years ago
install-with-wait-for-jobs.txt add wait-for-jobs flag 5 years ago
install-with-wait.txt Print test status 6 years ago
install.txt Print test status 6 years ago
issue-9027.txt Fix multiple bugs in values handling 3 years ago
lint-chart-with-bad-subcharts-with-subcharts.txt Remove warning for template directory not found. 3 years ago
lint-chart-with-bad-subcharts.txt Remove warning for template directory not found. 3 years ago
lint-quiet-with-error.txt Remove warning for template directory not found. 3 years ago
lint-quiet-with-warning.txt Remove warning for template directory not found. 3 years ago
lint-quiet.txt feat(*): add --quiet flag to 'helm lint' 4 years ago
list-all.txt update test files to account for added field 6 years ago
list-date-reversed.txt update test files to account for added field 6 years ago
list-date.txt update test files to account for added field 6 years ago
list-failed.txt update test files to account for added field 6 years ago
list-filter.txt update test files to account for added field 6 years ago
list-max.txt update test files to account for added field 6 years ago
list-namespace.txt fix(tests): Add namespace support to memory driver 6 years ago
list-no-headers.txt Add support `helm list --no-headers` 4 years ago
list-offset.txt update test files to account for added field 6 years ago
list-pending.txt update test files to account for added field 6 years ago
list-reverse.txt update test files to account for added field 6 years ago
list-short-json.txt Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml 6 years ago
list-short-yaml.txt Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml 6 years ago
list-short.txt update list tests expected output files 7 years ago
list-superseded.txt update test files to account for added field 6 years ago
list-uninstalled.txt update test files to account for added field 6 years ago
list-uninstalling.txt update test files to account for added field 6 years ago
list.txt update test files to account for added field 6 years ago
object-order.txt feat(template): process manifests in file path order, then in order found in each file (before sorting manifests) 6 years ago
output-comp.txt feat(comp): Add descriptions for output format 5 years ago
plugin_args_comp.txt feat(test): Adapt completion tests to Cobra 1.1 5 years ago
plugin_args_flag_comp.txt feat(test): Adapt completion tests to Cobra 1.1 5 years ago
plugin_args_many_args_comp.txt feat(comp): Move custom completions to Cobra 1.0 6 years ago
plugin_args_ns_comp.txt feat(test): Adapt completion tests to Cobra 1.1 5 years ago
plugin_echo_no_directive.txt feat(test): Adapt completion tests to Cobra 1.1 5 years ago
plugin_list_comp.txt feat(comp): Add descriptions for plugin completion 5 years ago
plugin_repeat_comp.txt feat(comp): Add descriptions for plugin completion 5 years ago
release_list_comp.txt feat(comp): Uninstall accepts multiple releases 5 years ago
release_list_repeat_comp.txt feat(comp): Uninstall accepts multiple releases 5 years ago
repo-add.txt ref(tests): use golden files for testing command output 8 years ago
repo-add2.txt Fixing issue with idempotent repo add 5 years ago
repo_list_comp.txt feat(comp): Add descriptions for repo completion 4 years ago
repo_repeat_comp.txt feat(comp): Add descriptions for repo completion 4 years ago
revision-comp.txt feat(comp): Add descriptions for revision comp 5 years ago
revision-wrong-args-comp.txt feat(comp): Move custom completions to Cobra 1.0 6 years ago
rollback-comp.txt feat(comp): Add descriptions for release name comp 5 years ago
rollback-no-args.txt fix(rollback): fix revision argument not being handled 7 years ago
rollback-no-revision.txt fix(rollback): fix revision argument not being handled 7 years ago
rollback-timeout.txt ref(tests): use golden files for testing command output 8 years ago
rollback-wait-for-jobs.txt add wait-for-jobs flag 5 years ago
rollback-wait.txt ref(tests): use golden files for testing command output 8 years ago
rollback-wrong-args-comp.txt feat(comp): Complete revision for rollback command 6 years ago
rollback.txt ref(tests): use golden files for testing command output 8 years ago
schema-negative-cli.txt Wrap error 4 years ago
schema-negative.txt Wrap error 4 years ago
schema.txt Print test status 6 years ago
search-constraint-single.txt ref(tests): use golden files for testing command output 8 years ago
search-constraint.txt ref(tests): use golden files for testing command output 8 years ago
search-multiple-devel-release.txt fix(repo/search): fix helm repo search command to display proper versions 6 years ago
search-multiple-stable-release.txt fix(repo/search): fix helm repo search command to display proper versions 6 years ago
search-multiple-versions-constraints.txt ref(tests): use golden files for testing command output 8 years ago
search-multiple-versions.txt ref(tests): use golden files for testing command output 8 years ago
search-not-found.txt ref(tests): use golden files for testing command output 8 years ago
search-output-json.txt fix(cmd): Standardizes all output to use lower snake_case names 6 years ago
search-output-yaml.txt fix(cmd): Standardizes all output to use lower snake_case names 6 years ago
search-regex.txt ref(tests): use golden files for testing command output 8 years ago
search-versions-constraint.txt ref(tests): use golden files for testing command output 8 years ago
status-comp.txt feat(comp): Allow fuzzy matching during completion 4 years ago
status-with-desc.txt feat: status command display description 5 years ago
status-with-notes.txt Print test status 6 years ago
status-with-resources.json Addressing review comments - move printing code out of client.go 3 years ago
status-with-resources.txt Addressing review comments - move printing code out of client.go 3 years ago
status-with-test-suite.txt Print test status 6 years ago
status-wrong-args-comp.txt feat(comp): Move custom completions to Cobra 1.0 6 years ago
status.json feat(*): Adds custom time package for better marshalling 6 years ago
status.txt Print test status 6 years ago
subchart-schema-cli-negative.txt Wrap error 4 years ago
subchart-schema-cli.txt Print test status 6 years ago
subchart-schema-negative.txt Wrap error 4 years ago
template-chart-bad-type.txt Wrap error 4 years ago
template-chart-with-template-lib-archive-dep.txt validate release name during install 4 years ago
template-chart-with-template-lib-dep.txt validate release name during install 4 years ago
template-lib-chart.txt ref(pkg/chartutil): break up chartutil into logical files 7 years ago
template-name-template.txt validate release name during install 4 years ago
template-no-args.txt fix(cmd/template): allow setting release name for template 7 years ago
template-set.txt validate release name during install 4 years ago
template-show-only-glob.txt prepare testdata 5 years ago
template-show-only-multiple.txt validate release name during install 4 years ago
template-show-only-one.txt validate release name during install 4 years ago
template-skip-tests.txt validate release name during install 4 years ago
template-subchart-cm-set-file.txt Fix multiple bugs in values handling 3 years ago
template-subchart-cm-set.txt Fix multiple bugs in values handling 3 years ago
template-subchart-cm.txt Fix multiple bugs in values handling 3 years ago
template-values-files.txt validate release name during install 4 years ago
template-with-api-version.txt validate release name during install 4 years ago
template-with-crds.txt tests: change crd golden file to match after #11870 3 years ago
template-with-invalid-yaml-debug.txt validate release name during install 4 years ago
template-with-invalid-yaml.txt Place rendering invalid YAML under --debug flag 6 years ago
template-with-kube-version.txt validate release name during install 4 years ago
template.txt validate release name during install 4 years ago
uninstall-keep-history.txt ref(uninstall): purge release history by default 7 years ago
uninstall-multiple.txt fix multi uninstall bug 7 years ago
uninstall-no-args.txt ref(cmd): rename `helm delete` to `helm uninstall` 8 years ago
uninstall-no-hooks.txt ref(cmd): rename `helm delete` to `helm uninstall` 8 years ago
uninstall-timeout.txt ref(cmd): rename `helm delete` to `helm uninstall` 8 years ago
uninstall-wait.txt feat: add optional boolean '--wait' flag to 'uninstall' command. 4 years ago
uninstall.txt ref(cmd): rename `helm delete` to `helm uninstall` 8 years ago
upgrade-with-bad-dependencies.txt ref(pkg/chart): add validation method to chart 7 years ago
upgrade-with-bad-or-missing-existing-release.txt fix(helm): allow a previously failed release to be upgraded (#7653) 6 years ago
upgrade-with-dependency-update.txt Add upgrade dependency update test 5 years ago
upgrade-with-install-timeout.txt Print test status 6 years ago
upgrade-with-install.txt Print test status 6 years ago
upgrade-with-missing-dependencies.txt Add hint to missing dependency message 5 years ago
upgrade-with-pending-install.txt fix(helm): Update test during pending install 6 years ago
upgrade-with-reset-values.txt Print test status 6 years ago
upgrade-with-reset-values2.txt Print test status 6 years ago
upgrade-with-timeout.txt Print test status 6 years ago
upgrade-with-wait-for-jobs.txt add wait-for-jobs flag 5 years ago
upgrade-with-wait.txt Print test status 6 years ago
upgrade.txt Print test status 6 years ago
values.json Add get values table output headers 6 years ago
values.yaml Add get values yaml output test case 6 years ago
version-client-shorthand.txt bump version to v3.12.0 3 years ago
version-client.txt bump version to v3.12.0 3 years ago
version-comp.txt feat(comp): Add descriptions for --version comp 5 years ago
version-invalid-comp.txt feat(comp): Provide completion for --version flag 6 years ago
version-short.txt bump version to v3.12.0 3 years ago
version-template.txt bump version to v3.12.0 3 years ago
version.txt bump version to v3.12.0 3 years ago