index
:
gomplate.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
cmd
/
main.go
Age
Commit message (
Expand
)
Author
2024-06-09
chore(api)!: Overhauling config and rendering types (#2094)
Dave Henderson
2024-05-11
chore: Switch from zerolog to slog (#2068)
Dave Henderson
2024-02-06
Add --exclude-processing option (#1963)
Song Li
2024-01-22
Use go-fsimpl to read from datasources (#1336)
Dave Henderson
2024-01-17
Add missing-key flag to manage behavior in case of non-existing key (#1949)
Aleksandr Paramonov
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-04-29
replace afero module
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2022-05-30
Support URLs for nested templates
Dave Henderson
2022-05-29
Stop passing the config in the context
Dave Henderson
2021-03-20
Stop printing newline on stderr when outputting to stdout
Dave Henderson
2021-01-28
Avoid outputting newline to console when using --input-dir
Dave Henderson
2021-01-23
Fix race condition in signal handling
Dave Henderson
2021-01-17
Only print newline to when outputting to os.Stdout
Dave Henderson
2021-01-17
Inject stdin/out/err instead of always using os.Stdin/out/err
Dave Henderson
2021-01-07
Only print newline with console output
Dave Henderson
2021-01-07
Fix ignored left/right delim env vars
Dave Henderson
2021-01-02
Move main logic to internal
Dave Henderson