Releases: coveooss/tgf
v1.20.1
Changelog
e0d4441 Merge pull request #61 from coveo/add-no-docker-build-arg
44ae730 Update version and readme
88b6955 Add arg to not execute docker build instructions
dd171d5 Merge pull request #60 from coveo/fix-negative-arguments
a64bade Add test for short disable flag
49e19df Fix broken disable flags (since 1.19.1) Since the support for no-
was added, switches with no by default were broken
90214fe Pass config around instead of using a global variable
v1.20.0
Changelog
f178752 Merge pull request #59 from coveo/fix-unmanaged-bug
08a043c Support entry point with space
b147355 A little refactoring :-)
50af913 Fix bug where top level arguments were not considered with aliases Add test
94de5fc Refresh the depandencies
80215b0 Fix bug when no unmanaged args were given Also added tests for the CLI argument parsing logic + aliases
5aae35b Update version and README
aebb01a Merge pull request #58 from coveo/fix-alias-equal-arguments
b2a709c Allow the arg="value" format in alias definitions
d4cfa99 Merge pull request #57 from coveo/add-current-user-option
703a103 Merge pull request #56 from coveo/recursive-aliases
7bc0ba9 Add current user option This allows you to run with the same user ID as the one on your machine. This is useful when the TGF process has to modify your files
f2f859d Recursive alias parsing