frep icon indicating copy to clipboard operation
frep copied to clipboard

Generate file using template from environment, arguments, json/yaml/toml config files

Results 7 frep issues
Sort by recently updated
recently updated
newest added

version info: frep-1.3.10-linux-amd64 According to git.mod, frep now uses 'Masterminds/sprig' of V2.22. `github.com/Masterminds/sprig v2.22.0+incompatible` I hope to have a 'get' dict function which is available from V3 of 'Masterminds/sprig'. I...

frep nginx.conf.in --load config.toml fatal: bad toml format, caused: Near line 1 (last key parsed 'webroot'): expected value but found '/' instead

Please exclude support for environment variables in the templates (the `.Env.*` insertions according to the documentation). This can expose a lot of unintentional information (just run `set` in your shell...

Missing vars in included file does not rise error with `--missing error.` ``` $ more a.in b.in | cat :::::::::::::: a.in :::::::::::::: {{- include "b.in" -}} :::::::::::::: b.in :::::::::::::: var1={{.var1}}...

Bumps [github.com/Masterminds/goutils](https://github.com/Masterminds/goutils) from 1.1.0 to 1.1.1. Release notes Sourced from github.com/Masterminds/goutils's releases. Correct the output of the RandomAlpha functions This release corrects an error in the RandomAlphaNumeric(int) and CryptoRandomAlphaNumeric(int) functions....

dependencies

Hi, thanks for this package! We saw security issues similar to https://github.com/subchen/frep/issues/41, so just a quick PR running `go get -u && go mod tidy`. Also, took the opportunity to...

Hello, in the meantime **thank you very much for the great tool**. Our container security scanning tool (Trivy) shows few security issues caused by the frep tool. Could you update...