cake-contrib / Cake.Transifex

Cake addin adding support for the Transifex Client
https://cake-contrib.github.io/Cake.Transifex
MIT License
1 stars 4 forks source link

Remove support for arguments not supported in transifex-cli #282

Open AdmiringWorm opened 1 year ago

AdmiringWorm commented 1 year ago

As the original executable transifex-client has been deprecated and support upstream is removed in favor of a new client called transifex-cli, we need to remove any of the arguments that was only available for transifex-client that is no longer present in transifex-cli.

This will include adding arguments and behavior that is in the new cli client as well.

AdmiringWorm commented 1 year ago

To note, it is unnecessary to backport this to older versions as the majority of usages I have seen will continue to work as expected.

AdmiringWorm commented 1 month ago

Moved back to v4.0.0 instead, as we haven't deprecated the properties no longer supported in Transifex CLI.