mirror of https://github.com/databricks/cli.git
6ea70c82a9
## Changes The `.tmpl` extension is only meant as a qualifier for whether the file content is executed as a template. All file paths in the `template` directory should be treated as valid go text templates. Before only paths with the `.tmpl` extensions would be resolved as templates, after this change, all file paths are interpreted as templates. ## Tests Unit test. The newly added unit tests also asserts that the file path is correct, even when the `.tmpl` extension is missing. |
||
---|---|---|
.. | ||
config-assign-from-file | ||
config-assign-from-file-invalid-int | ||
config-assign-from-file-unknown-property | ||
copy-file-walk/template | ||
executable-bit-read/template | ||
fail/template | ||
file-tree-rendering/template/{{.dir_name}} | ||
print-without-processing/template | ||
regexp-compile/template | ||
skip/template | ||
skip-all-files-in-cwd/template | ||
skip-dir-eagerly/template | ||
skip-is-relative/template | ||
template-in-path | ||
urlparse-function/template | ||
walk/template |