v2.5.0 (2023-09-08)
Changelog
- Added
purgeoption to clear translations - Added
--downloadSortparameter todownloadcommand, available values:NEWEST_KEYS_FIRST,NEWEST_KEYS_LAST,NAMESPACES,IMPORT_ORDER - Simplified build process
- Apple Silicon ready
- Smaller JAR size
- Better error handling
- [Warning] Default environments (production and latest) must now be used with an underscore at the beginning
latest->_latest,production->_productionOtherwise, the CLI will produce a warning message, but it won't fail.
Check your version
simplelocalize --version
How to update
# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.5.0/install | bash
# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.5.0/install-windows } | iex;
or download simplelocalize-cli-2.5.0.jar and run
java -jar simplelocalize-cli-2.5.0.jar [command] parameters