Skip to content

Releases: marcelocarlos/datasubst

v0.7.0

29 Mar 16:41
adcdbb2
Compare
Choose a tag to compare

🚀 Features

  • New parameter -t/--subtree which adds support for using JSON/YAML subtrees instead of their entire contents @marcelocarlos (#5)
  • Add docker @marcelocarlos (#3)

v0.6.0

14 May 17:57
1db27a0
Compare
Choose a tag to compare

🚀 Features

v0.5.0

13 Apr 13:27
5ca11b9
Compare
Choose a tag to compare

🚀 Features

  • New flag -s/--strict (strict mode - #1) - triggers an error if a specified key is not found

🐛 Bugfixes

  • Usage string formatting

v0.4.0

01 Apr 19:09
8342f03
Compare
Choose a tag to compare

🚀 Features

  • New data source: environment variables - environment variables are now mapped to .<ENV_VAR_NAME> and can be used in the templates via the --env-data or -e flag.

v0.3.1

01 Apr 16:04
633c8fa
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fix usage command description indentation

First official release

28 Mar 19:36
be0993a
Compare
Choose a tag to compare

🚀 Features

  • Initial release