Skip to content

Releases: belitre/gotpl

gotpl v0.7

04 Mar 22:31
b2057a0
Compare
Choose a tag to compare

Keep the file permissions when running gotplwith -o

gotpl v0.6

04 Mar 00:35
Compare
Choose a tag to compare

Gotpl now support directories as input. It will treat all the files in the directory and subdirectories as templates.
Added new option --output. When a valid directory is provided gotpl will save the output in that directory, using the same name for the output files as the input files.

gotpl v0.5

12 Feb 22:04
Compare
Choose a tag to compare

Added some function from helm like: toYaml, fromYaml, ...

gotpl v0.4

20 Jan 16:13
e0d1dd9
Compare
Choose a tag to compare

Added support for multiple templates on a single call.

gotpl v0.3

05 Oct 10:25
Compare
Choose a tag to compare

Updated sprig functions to version 2.16.0: https://github.com/Masterminds/sprig/releases/tag/v2.16.0

gotpl v0.2

22 Apr 19:07
7ff3c26
Compare
Choose a tag to compare
gotpl v0.2 Pre-release
Pre-release

gotpl v0.1

21 Apr 19:57
1a46c8f
Compare
Choose a tag to compare
gotpl v0.1 Pre-release
Pre-release

gotpl first release.

For the moment just binary for macos.

  • Download the binary
  • Change the name of the binary and move it to some place in your path:
mv gotpl-go1.10.1-darwin-amd64 /usr/bin/gotpl
  • Enjoy